Symmetric bezier curve with unsymmetric control points
up vote
1
down vote
favorite
I'm solving this problem about Cubic Bezier Curve which have $4$ control points $C_0,C_1,C_2,C_3$.
$$
C_0 = (0,0),: C_1 = (x_1,y_1),: C_2=(x_2,y_2),: C_3=(1,0)
$$
where $0 < x_1 < x_2 < 1$ and $y_1, y_2>0$.
If $C_1$ and $C_2$ are symmetric with respect to axis $x = 0.5$ (such as $C_1 = (0.25,1)$, $C_2 = (0.75,1)$), obviously whole bezier curve is symmetric (w.r.t. $x=0.5$). But I'm still confusing if converse of this statement is still correct. Is any symmetric (cubic) bezier curve can be existed with two unsymmetrical control points $C_1,C_2$?
I tried with reduction, if $C_1, C_2$ is not symmetric and the image $B(C_0,C_1,C_2,C_3)$ is symmetric, there should be $C_1^prime$ that symmetric with respect to $C_1$ but $C_1^prime := C2 cdot B(C_0,C_1,C_1^prime,C_3)$ is symmetric and when I move just one control point $C_1^prime$ to $C2$, I'm not sure that symmetric property will broke or not.
bezier-curve
New contributor
add a comment |
up vote
1
down vote
favorite
I'm solving this problem about Cubic Bezier Curve which have $4$ control points $C_0,C_1,C_2,C_3$.
$$
C_0 = (0,0),: C_1 = (x_1,y_1),: C_2=(x_2,y_2),: C_3=(1,0)
$$
where $0 < x_1 < x_2 < 1$ and $y_1, y_2>0$.
If $C_1$ and $C_2$ are symmetric with respect to axis $x = 0.5$ (such as $C_1 = (0.25,1)$, $C_2 = (0.75,1)$), obviously whole bezier curve is symmetric (w.r.t. $x=0.5$). But I'm still confusing if converse of this statement is still correct. Is any symmetric (cubic) bezier curve can be existed with two unsymmetrical control points $C_1,C_2$?
I tried with reduction, if $C_1, C_2$ is not symmetric and the image $B(C_0,C_1,C_2,C_3)$ is symmetric, there should be $C_1^prime$ that symmetric with respect to $C_1$ but $C_1^prime := C2 cdot B(C_0,C_1,C_1^prime,C_3)$ is symmetric and when I move just one control point $C_1^prime$ to $C2$, I'm not sure that symmetric property will broke or not.
bezier-curve
New contributor
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm solving this problem about Cubic Bezier Curve which have $4$ control points $C_0,C_1,C_2,C_3$.
$$
C_0 = (0,0),: C_1 = (x_1,y_1),: C_2=(x_2,y_2),: C_3=(1,0)
$$
where $0 < x_1 < x_2 < 1$ and $y_1, y_2>0$.
If $C_1$ and $C_2$ are symmetric with respect to axis $x = 0.5$ (such as $C_1 = (0.25,1)$, $C_2 = (0.75,1)$), obviously whole bezier curve is symmetric (w.r.t. $x=0.5$). But I'm still confusing if converse of this statement is still correct. Is any symmetric (cubic) bezier curve can be existed with two unsymmetrical control points $C_1,C_2$?
I tried with reduction, if $C_1, C_2$ is not symmetric and the image $B(C_0,C_1,C_2,C_3)$ is symmetric, there should be $C_1^prime$ that symmetric with respect to $C_1$ but $C_1^prime := C2 cdot B(C_0,C_1,C_1^prime,C_3)$ is symmetric and when I move just one control point $C_1^prime$ to $C2$, I'm not sure that symmetric property will broke or not.
bezier-curve
New contributor
I'm solving this problem about Cubic Bezier Curve which have $4$ control points $C_0,C_1,C_2,C_3$.
$$
C_0 = (0,0),: C_1 = (x_1,y_1),: C_2=(x_2,y_2),: C_3=(1,0)
$$
where $0 < x_1 < x_2 < 1$ and $y_1, y_2>0$.
If $C_1$ and $C_2$ are symmetric with respect to axis $x = 0.5$ (such as $C_1 = (0.25,1)$, $C_2 = (0.75,1)$), obviously whole bezier curve is symmetric (w.r.t. $x=0.5$). But I'm still confusing if converse of this statement is still correct. Is any symmetric (cubic) bezier curve can be existed with two unsymmetrical control points $C_1,C_2$?
I tried with reduction, if $C_1, C_2$ is not symmetric and the image $B(C_0,C_1,C_2,C_3)$ is symmetric, there should be $C_1^prime$ that symmetric with respect to $C_1$ but $C_1^prime := C2 cdot B(C_0,C_1,C_1^prime,C_3)$ is symmetric and when I move just one control point $C_1^prime$ to $C2$, I'm not sure that symmetric property will broke or not.
bezier-curve
bezier-curve
New contributor
New contributor
edited yesterday
Coolwater
723720
723720
New contributor
asked 2 days ago
Donguk Jung
61
61
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Donguk Jung is a new contributor. Be nice, and check out our Code of Conduct.
Donguk Jung is a new contributor. Be nice, and check out our Code of Conduct.
Donguk Jung is a new contributor. Be nice, and check out our Code of Conduct.
Donguk Jung is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2999247%2fsymmetric-bezier-curve-with-unsymmetric-control-points%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown