Curve.ComputeNormalizedParameter
Description:
Computes the normalized curve parameter from the raw parameter.
Computes the normalized curve parameter from the raw parameter.
public double ComputeNormalizedParameter(
double rawParameter
)
-
DoublerawParameterThe raw parameter.
Return Value
Double
The real number equal to the normalized curve parameter.
-
Thrown when rawParameter is infinite.
-
Thrown when the curve is unbound.