RectifiedPath

constructor(originalPath: Path<T>, distanceTolerance: Double = 0.5, lengthScale: Double = 1.0)(source)

Parameters

distanceTolerance

The acceptable tolerance for the distance error in the rectification process. Default value is 0.5.

lengthScale

Scale factor to adjust the length of the Look-Up Table (LUT) for the rectified path. Default value is 1.0.

Type Parameters

T

The specific type of Euclidean vector representing the dimension of the path.