ContourPoint

constructor(contour: ShapeContour, contourT: Double, segment: Segment2D, segmentT: Double, position: Vector2)(source)

Parameters

contour

The ShapeContour on which the point lies.

contourT

The t value of the point on the ShapeContour in the range of 0.0 to 1.0.

segment

The Segment2D on which the point lies.

segmentT

The t value of the point on the Segment2D in the range of 0.0 to 1.0.

position

The position of the point.