VPINurbs ComputeCurvePoint Method Virtual Photonics - VTS Library
Virtual Photonics
Defines the signature of the method used to compute a point on a NURBS curve.

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

double ComputeCurvePoint(
	double point,
	NurbsValuesDimensions dimension
)

Return Value

Type: OnlineDouble
Value of a point on the curve
See Also