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