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 originX, float originY, float originZ, float dirX, float dirY, float dirZ)  
  • Method Summary

    Modifier and Type Method Description
    void set​(float originX, float originY, float originZ, float dirX, float dirY, float dirZ)  
    boolean test​(float minX, float minY, float minZ, float maxX, float maxY, float maxZ)  

    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 originX, float originY, float originZ, float dirX, float dirY, float dirZ)
  • Method Details

    • set

      public void set​(float originX, float originY, float originZ, float dirX, float dirY, float dirZ)
    • test

      public boolean test​(float minX, float minY, float minZ, float maxX, float maxY, float maxZ)