Package eu.iv4xr.framework.spatial
Class Sphere
java.lang.Object
eu.iv4xr.framework.spatial.Sphere
- All Implemented Interfaces:
LineIntersectable
Sphere with line intersections.
- Author:
- Naraenda
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLine-sphere intersection: https://en.wikipedia.org/wiki/Line%E2%80%93sphere_intersectionMethods 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
-
EPSILON
static float EPSILON -
radius
public float radius -
center
-
-
Constructor Details
-
Sphere
-
-
Method Details
-
intersect
Line-sphere intersection: https://en.wikipedia.org/wiki/Line%E2%80%93sphere_intersection- Specified by:
intersect
in interfaceLineIntersectable
- Parameters:
l
- line segment- Returns:
- list of intersections.
-