Click or drag to resize
Ab4d.SharpEngine logo

BSplineCreateNURBSCurvePositions Method

Overload List
 NameDescription
Public methodCreateNURBSCurvePositions(Int32) Returns a Vector3[] array that defines the NURBS curve based on the control points and weights (provided via the constructor) and the specified number of positions per segment.
Public methodCreateNURBSCurvePositions(Single, Single, Int32) Returns a Vector3[] array that defines the NURBS curve based on the control points and weights (provided via the constructor) and adaptive algorithm parameters. 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 fewer positions.
Public methodStatic memberCreateNURBSCurvePositions(Vector3, Single, Int32) Returns a Vector3[] array that defines the NURBS curve (Non-uniform rational B-spline) based on the specified control points, weights, and number of positions per segment.
Public methodStatic memberCreateNURBSCurvePositions(Vector3, Single, Single, Single, Int32) Returns a Vector3[] array that defines the NURBS curve (Non-uniform rational B-spline) based on the specified control points, weights, and adaptive algorithm parameters. 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 fewer positions.
Top
See Also