Package org.joml
Class RayAabIntersection
java.lang.Object
org.joml.RayAabIntersection
public class RayAabIntersection
extends java.lang.Object
- 
Constructor SummaryConstructors Constructor Description RayAabIntersection()RayAabIntersection(float originX, float originY, float originZ, float dirX, float dirY, float dirZ)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
RayAabIntersectionpublic RayAabIntersection()
- 
RayAabIntersectionpublic RayAabIntersection(float originX, float originY, float originZ, float dirX, float dirY, float dirZ)
 
- 
- 
Method Details- 
setpublic void set(float originX, float originY, float originZ, float dirX, float dirY, float dirZ)
- 
testpublic boolean test(float minX, float minY, float minZ, float maxX, float maxY, float maxZ)
 
-