Package org.joml

Class RayAabIntersection

java.lang.Object
org.joml.RayAabIntersection

public class RayAabIntersection
extends java.lang.Object
  • Constructor Summary

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

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

    Methods inherited from class java.lang.Object

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