Object SlopeInterceptLine2D.Companion
-
- All Implemented Interfaces:
public class SlopeInterceptLine2D.Companion
Factories, constants, and utility methods for SlopeInterceptLine2D.
-
-
Field Summary
Fields Modifier and Type Field Description public final static SlopeInterceptLine2D.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final <P extends Vector2D<P>> SlopeInterceptLine2D<P>
fromSegment(Segment2D<P> segment)
Creates a line from a non-degenerate segment. -
-
Method Detail
-
fromSegment
final <P extends Vector2D<P>> SlopeInterceptLine2D<P> fromSegment(Segment2D<P> segment)
Creates a line from a non-degenerate segment.
-
-
-
-