Bezier | |
| Name | Description | |
|---|---|---|
| CreateBezierCurvePositions(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). | |
| CreateBezierCurvePositions(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. |