 |
BSpline(IList<Point3D>, IList<Double>) Constructor |
Constructor
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic BSpline(
IList<Point3D> controlPoints,
IList<double> weights
)
Parameters
- controlPoints IList<Point3D>
- list of control points
- weights IList<Double>
- list of weights
See Also