|
BSpline(IListPoint3D, Int32) Constructor |
Constructor
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public BSpline(
IList<Point3D> controlPoints,
int curveDegree
)
Parameters
- controlPoints IListPoint3D
- list of control points
- curveDegree Int32
- degree of the curve (see definition of the B-spline on the internet for more info)
See Also