Class Collision.TempPolygon

java.lang.Object
org.jbox2d.collision.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
     
    (package private) final Vec2[]
     
    (package private) final Vec2[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • vertices

      final Vec2[] vertices
    • normals

      final Vec2[] normals
    • count

      int count
  • Constructor Details

    • TempPolygon

      public TempPolygon()