SinglePoint

data class SinglePoint<P : Vector2D<P>>(val point: P) : Intersection2D<P>

Objects intersect in a single point.

Constructors

Link copied to clipboard
constructor(point: P)

Properties

Link copied to clipboard
open override val asList: List<P>

List of intersection points (in case of infinite points this is empty).

Link copied to clipboard
val point: P