Package eu.iv4xr.framework.spatial
Class Triangle
java.lang.Object
eu.iv4xr.framework.spatial.Triangle
- All Implemented Interfaces:
LineIntersectable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of intersection between a line segment and an object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.iv4xr.framework.spatial.LineIntersectable
intersects
-
Field Details
-
isBlocking
public boolean isBlocking -
A
-
B
-
C
-
-
Constructor Details
-
Triangle
-
-
Method Details
-
intersect
Description copied from interface:LineIntersectable
Returns a list of intersection between a line segment and an object.- Specified by:
intersect
in interfaceLineIntersectable
- Parameters:
l
- line segment- Returns:
- list of intersections.
-