ContourBlend

A utility class for blending between two rectified contours.

The ContourBlend class facilitates blending operations between two RectifiedContour instances, assuming that they have a compatible structure with an equal number of segments.

Parameters

a

The first RectifiedContour to blend.

b

The second RectifiedContour to blend.

Constructors

Link copied to clipboard

Creates a ContourBlend instance with two provided contours.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun mix(blend: Double): ShapeContour
fun mix(blendFunction: (Double) -> Double): ShapeContour