Class RayAabIntersection
java.lang.Object
org.joml.RayAabIntersection
-
Constructor Summary
ConstructorsConstructorDescriptionRayAabIntersection
(float float0, float float1, float float2, float float3, float float4, float float5) -
Method Summary
-
Constructor Details
-
RayAabIntersection
public RayAabIntersection() -
RayAabIntersection
public RayAabIntersection(float float0, float float1, float float2, float float3, float float4, float float5)
-
-
Method Details
-
set
public void set(float float0, float float1, float float2, float float3, float float4, float float5) -
test
public boolean test(float float0, float float1, float float2, float float3, float float4, float float5)
-