2024 Method
Changes 1
M

CurveUV.Evaluate

Description:
Evaluates and returns the point at the specified parameter along the curve.
public UV Evaluate(
	double parameter,
	bool normalized
)
  • Double
    parameter
    The specified parameter along the curve.
  • Boolean
    normalized
    If false, parameter is interpreted as natural parameterization of the curve. If true, param is expected to be in [0,1] interval mapped to the bounds of the curve. Setting to true is valid only if the curve is bound.
Return Value UV The point evaluated along the curve.