Class OBBViewportTransform.OBB

java.lang.Object
org.jbox2d.common.OBBViewportTransform.OBB
Enclosing class:
OBBViewportTransform

public static class OBBViewportTransform.OBB extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final Vec2
     
    final Vec2
     
    final Mat22
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    OBB()
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • R

      public final Mat22 R
    • center

      public final Vec2 center
    • extents

      public final Vec2 extents
  • Constructor Details

    • OBB

      public OBB()