Class RayAabIntersection

java.lang.Object
org.joml.RayAabIntersection

public class RayAabIntersection extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    RayAabIntersection(float float0, float float1, float float2, float float3, float float4, float float5)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(float float0, float float1, float float2, float float3, float float4, float float5)
     
    boolean
    test(float float0, float float1, float float2, float float3, float float4, float float5)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)