Package-level declarations
Types
Functions
Link copied to clipboard
Create a ContourBlend instance for blending between this and other
Link copied to clipboard
fun ContourBlend(a: ShapeContour, b: ShapeContour, distanceTolerance: Double = 0.5, lengthScale: Double = 1.0): ContourBlend
Creates a ContourBlend instance for blending between two ShapeContour instances.
Link copied to clipboard
Blends two rectified contours by applying a blend function to their segments.
Produces a blended 3D path by mixing two rectified paths using a custom blending function.
Mix between two ShapeContour instances
Blends the properties of two Segment2D
instances based on the provided weights for each control point and the corner property.
Creates a new Segment3D
by blending the coordinates of two input segments using specified weights.
Link copied to clipboard
Create a ContourBlend for contours a and b
Link copied to clipboard
Split for blending with other