inverseRectify

Computes an inverse rectified t-value for the given normalized t parameter. This method determines the original parameter space value from a rectified (uniformly distributed) parameter space value.

Return

A normalized parameter (between 0.0 and 1.0) in the original parameter space. Returns 0.0 if the original path is empty.

Parameters

t

A normalized parameter (between 0.0 and 1.0) in rectified parameter space. Values outside this range will be clamped to 0.0 or 1.0.