MultiplePoints

data class MultiplePoints<P : Vector2D<P>>(val points: List<P>) : Intersection2D<P>

Objects intersect in a discrete number of points.

Constructors

Link copied to clipboard
constructor(points: List<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 points: List<P>