Class Collision.TempPolygon

  • Enclosing class:
    Collision

    static class Collision.TempPolygon
    extends java.lang.Object
    This holds polygon B expressed in frame A.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count  
      (package private) Vec2[] normals  
      (package private) Vec2[] vertices  
    • Constructor Summary

      Constructors 
      Constructor Description
      TempPolygon()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vertices

        final Vec2[] vertices
      • normals

        final Vec2[] normals
      • count

        int count
    • Constructor Detail

      • TempPolygon

        public TempPolygon()