SegmentPoint

data class SegmentPoint(val segment: Segment, val segmentT: Double, val position: Vector2)(source)

Representation of a point on a Segment.

Parameters

segment

The Segment on which the point lies.

segmentT

The t value of the point on the Segment.

position

The position of the point.

Constructors

Link copied to clipboard
constructor(segment: Segment, segmentT: Double, position: Vector2)

Properties

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