Click or drag to resize
AB4D logo

BSplineGetPositionOnBSpline Method

Returns a Point3D that lies on the B-spline based on the controlPoints (defined with the constructor) and t. The t argument can have any value from 0 to 1; 0 meaning the first control point and 1 meaning the last control point.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public Point3D GetPositionOnBSpline(
	double t
)

Parameters

t  Double
The t argument can have any value from 0 to 1; 0 meaning the first control point and 1 meaning the last control point.

Return Value

Point3D
Point3D that lies on the B-spline
See Also