Uses of Interface
org.jbox2d.common.IViewportTransform
-
Packages that use IViewportTransform Package Description org.jbox2d.callbacks org.jbox2d.common -
-
Uses of IViewportTransform in org.jbox2d.callbacks
Fields in org.jbox2d.callbacks declared as IViewportTransform Modifier and Type Field Description protected IViewportTransformDebugDraw. viewportTransformMethods in org.jbox2d.callbacks that return IViewportTransform Modifier and Type Method Description IViewportTransformDebugDraw. getViewportTranform()Constructors in org.jbox2d.callbacks with parameters of type IViewportTransform Constructor Description DebugDraw(IViewportTransform viewport) -
Uses of IViewportTransform in org.jbox2d.common
Classes in org.jbox2d.common that implement IViewportTransform Modifier and Type Class Description classOBBViewportTransformOrientated bounding box viewport transform
-