Class Triangle

java.lang.Object
eu.iv4xr.framework.spatial.Triangle
All Implemented Interfaces:
LineIntersectable

public class Triangle extends Object implements LineIntersectable
  • Field Details

    • isBlocking

      public boolean isBlocking
    • A

      public Vec3 A
    • B

      public Vec3 B
    • C

      public Vec3 C
  • Constructor Details

  • Method Details