RectifiedContour
class RectifiedContour(contour: ShapeContour, distanceTolerance: Double = 0.5, lengthScale: Double = 1.0) : RectifiedPath<Vector2> (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
Blends two rectified contours by applying a blend function to their segments.
Link copied to clipboard
computes a rectified t-value for originalPath
Link copied to clipboard
Split for blending with other