Class Face

java.lang.Object
physics.collision.shape.Face

public class Face extends Object
Since:
27.06.2021
Author:
Juyas
  • Constructor Details

    • Face

      public Face(PrimitiveShape parent, org.joml.Vector2f relativePoint, org.joml.Vector2f relativeFace)
  • Method Details

    • getNormal

      public org.joml.Vector2f getNormal()
    • getRelativeFixPoint

      public org.joml.Vector2f getRelativeFixPoint()
    • getRelativeFace

      public org.joml.Vector2f getRelativeFace()
    • getAbsoluteFixPoint

      public org.joml.Vector2f getAbsoluteFixPoint()