Hi, i'm back
i have tried to make a cubic spline curve, as in first attacht
What i want to ask are:
does the curve using lsmcubic have any features? such as tangent point.
if yes, how to implement it?
if No, i can find its tangent points, by converting lsmcubic Curve to lsmBezier curve. But the curve become split each other and no longer as a continuity.
if lsmcubic has to be changed to lsmbezier, then how to make the pieces of lsmbezier in one unit curve?
Hi,
i want to create curve with its tangent and knots. So i could edit curve with manipulated tangent and knot points. I see as in this web http://softimage.wiki.softimage.com/xsidocs/curves_DrawingandManipulatingCurves.html
There is a Spline sample. but i dont know how to create tangent points.
Regards
tbk
Last edit: tambok 2019-06-24
Hi Tambok a Cubic spline (bezier) curve is set by 4 points
First Point
Control Point A
Control Point B
End Point
For tangent just draw a line from First point to Control Point A and a line from End Point to Control Point B.
Cheers
Read this very good doc on the subject http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.141.2780&rep=rep1&type=pdf
Hi Jerome.
Many thanks, i'll try it.
For the link, i'll see it too.
Regads
Tbk
Hi Jerome, the pdf file from the link could not be opened.
Hi Tambok open well with me. I attached the pdf here
Hi, i'm back
i have tried to make a cubic spline curve, as in first attacht
What i want to ask are:
if yes, how to implement it?
if No, i can find its tangent points, by converting lsmcubic Curve to lsmBezier curve. But the curve become split each other and no longer as a continuity.
Regard
tbk
Last edit: tambok 2019-08-25