ContourPoint

data class ContourPoint(    val contour: ShapeContour,     val contourT: Double,     val segment: Segment2D,     val segmentT: Double,     val position: Vector2)(source)

Representation of a point on a ShapeContour.

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.

Constructors

Link copied to clipboard
constructor(contour: ShapeContour, contourT: Double, segment: Segment2D, segmentT: Double, position: Vector2)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard