Class Rect3D

java.lang.Object
zombie.combat.Rect3D

public class Rect3D extends Object
  • Constructor Details

    • Rect3D

      public Rect3D()
  • Method Details

    • set

      public void set(Vector3 min, Vector3 max)
    • setMin

      public void setMin(float x, float y, float z)
    • setMax

      public void setMax(float x, float y, float z)
    • getCorners

      public org.joml.Vector3f[] getCorners()
    • getCenter

      public org.joml.Vector3f getCenter()
    • rayIntersection

      public float rayIntersection(org.joml.Vector3f origin, org.joml.Vector3f direction)