NurbsCurve.EvaluateAt

NurbsCurve.EvaluateAt method

Evaluate the curve’s point at specified position

public Vector4 EvaluateAt(double u)
ParameterTypeDescription
uDoubleThe position in the curve, between 0 and 1

See Also