|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoxi.geom.Ray3DIntersector
public class Ray3DIntersector
Field Summary | |
---|---|
Ray3D |
ray
|
Constructor Summary | |
---|---|
Ray3DIntersector(Ray3D ray)
|
Method Summary | |
---|---|
IsectData3D |
getIntersectionData()
|
boolean |
intersectsRay(Ray3D other)
Checks if entity intersects with the given ray. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Ray3D ray
Constructor Detail |
---|
public Ray3DIntersector(Ray3D ray)
Method Detail |
---|
public IsectData3D getIntersectionData()
getIntersectionData
in interface Intersector3D
public boolean intersectsRay(Ray3D other)
Intersector3D
IsectData3D
instance returned
by Intersector3D.getIntersectionData()
.
intersectsRay
in interface Intersector3D
other
- ray to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |