Click or drag to resize
Ab4d.SharpEngine logo

BezierCurveCreateBezierCurvePositions Method

Overload List
 NameDescription
Public methodStatic memberCreateBezierCurvePositions(Vector3, Int32) Returns an array of 3D points that define the Bezier curve with the specified control points (i.e., positions of points on the curve and tangent control points).
Public methodStatic memberCreateBezierCurvePositions(Vector3, Single, Single, Int32) Returns an array of 3D points that define the Bezier curve with the specified control points (i.e., positions of points on the curve and tangent control points). The curve positions are created using an adaptive algorithm that adds more points where the curvature is higher. This takes longer to compute than when using fixed positionsPerSegment, but generates smoother curves with less positions.
Top
See Also