LineSegment
Functions
Link copied to clipboard
fun <V : Vector> LineSegment<V>.equalsLine(space: GeometrySpace<V>, other: LineSegment<V>, precision: Double = DEFAULT_PRECISION): Boolean
Line equality using GeometrySpace.norm provided by the space and given precision
Link copied to clipboard