Click or drag to resize
AB4D logo

BSpline(IListPoint3D, IListDouble, Int32) Constructor

Constructor

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public BSpline(
	IList<Point3D> controlPoints,
	IList<double> weights,
	int curveDegree
)

Parameters

controlPoints  IListPoint3D
list of control points
weights  IListDouble
list of weights
curveDegree  Int32
degree of the curve (see definition of the B-spline on the internet for more info)
See Also