RectifiedPath3D
class RectifiedPath3D(contour: Path3D, distanceTolerance: Double = 0.5, lengthScale: Double = 1.0) : RectifiedPath<Vector3> (source)
Functions
Link copied to clipboard
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.
Link copied to clipboard
Produces a blended 3D path by mixing two rectified paths using a custom blending function.
Link copied to clipboard
Generates a 3D pose path along the current rectified path. The resulting PosePath3D provides interpolation and orientation adjustments along the path.
Link copied to clipboard
computes a rectified t-value for originalPath
Link copied to clipboard
Split for blending with other