Class Collision.ReferenceFace

java.lang.Object
org.jbox2d.collision.Collision.ReferenceFace
Enclosing class:
Collision

static class Collision.ReferenceFace extends java.lang.Object
Reference face used for clipping
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
     
    (package private) int
     
    (package private) final Vec2
     
    (package private) final Vec2
     
    (package private) final Vec2
     
    (package private) float
     
    (package private) float
     
    (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

    • i1

      int i1
    • i2

      int i2
    • v1

      final Vec2 v1
    • v2

      final Vec2 v2
    • normal

      final Vec2 normal
    • sideNormal1

      final Vec2 sideNormal1
    • sideOffset1

      float sideOffset1
    • sideNormal2

      final Vec2 sideNormal2
    • sideOffset2

      float sideOffset2
  • Constructor Details

    • ReferenceFace

      ReferenceFace()