Uses of Class
org.jbox2d.common.Transform
Packages that use Transform
Package
Description
-
Uses of Transform in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type TransformModifier and TypeMethodDescriptionabstract voidDebugDraw.drawTransform(Transform xf) Draw a transform. -
Uses of Transform in org.jbox2d.collision
Fields in org.jbox2d.collision declared as TransformModifier and TypeFieldDescription(package private) final TransformCollision.EPCollider.m_xfDistanceInput.transformADistanceInput.transformBprivate final TransformSeparationFunction.xfaprivate final TransformTimeOfImpact.xfAprivate final TransformSeparationFunction.xfbprivate final TransformTimeOfImpact.xfBMethods in org.jbox2d.collision with parameters of type TransformModifier and TypeMethodDescriptionvoidCollision.EPCollider.collide(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB) final voidCollision.collideCircles(Manifold manifold, CircleShape circle1, Transform xfA, CircleShape circle2, Transform xfB) Compute the collision manifold between two circles.voidCollision.collideEdgeAndCircle(Manifold manifold, EdgeShape edgeA, Transform xfA, CircleShape circleB, Transform xfB) voidCollision.collideEdgeAndPolygon(Manifold manifold, EdgeShape edgeA, Transform xfA, PolygonShape polygonB, Transform xfB) final voidCollision.collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, Transform xfA, CircleShape circle, Transform xfB) Compute the collision manifold between a polygon and a circle.final voidCollision.collidePolygons(Manifold manifold, PolygonShape polyA, Transform xfA, PolygonShape polyB, Transform xfB) Compute the collision manifold between two polygons.final floatCollision.edgeSeparation(PolygonShape poly1, Transform xf1, int edge1, PolygonShape poly2, Transform xf2) Find the separation between poly1 and poly2 for a given edge normal on poly1.final voidCollision.findIncidentEdge(Collision.ClipVertex[] c, PolygonShape poly1, Transform xf1, int edge1, PolygonShape poly2, Transform xf2) final voidCollision.findMaxSeparation(Collision.EdgeResults results, PolygonShape poly1, Transform xf1, PolygonShape poly2, Transform xf2) Find the max separation between poly1 and poly2 using edge normals from poly1.final voidWorldManifold.initialize(Manifold manifold, Transform xfA, float radiusA, Transform xfB, float radiusB) voidDistance.Simplex.readCache(Distance.SimplexCache cache, Distance.DistanceProxy proxyA, Transform transformA, Distance.DistanceProxy proxyB, Transform transformB) final booleanCollision.testOverlap(Shape shapeA, int indexA, Shape shapeB, int indexB, Transform xfA, Transform xfB) Determine if two generic shapes overlap. -
Uses of Transform in org.jbox2d.collision.shapes
Fields in org.jbox2d.collision.shapes declared as TransformMethods in org.jbox2d.collision.shapes with parameters of type TransformModifier and TypeMethodDescriptionGet the centroid and apply the supplied transform.PolygonShape.centroidToOut(Transform xf, Vec2 out) Get the centroid and apply the supplied transform.voidChainShape.computeAABB(AABB aabb, Transform xf, int childIndex) final voidCircleShape.computeAABB(AABB aabb, Transform transform, int childIndex) voidEdgeShape.computeAABB(AABB aabb, Transform xf, int childIndex) final voidPolygonShape.computeAABB(AABB aabb, Transform xf, int childIndex) abstract voidShape.computeAABB(AABB aabb, Transform xf, int childIndex) Given a transform, compute the associated axis aligned bounding box for a child shape.booleanChainShape.raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) final booleanCircleShape.raycast(RayCastOutput output, RayCastInput input, Transform transform, int childIndex) booleanEdgeShape.raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) final booleanPolygonShape.raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) abstract booleanShape.raycast(RayCastOutput output, RayCastInput input, Transform transform, int childIndex) Cast a ray against a child shape.booleanfinal booleanbooleanfinal booleanabstract booleanTest a point for containment in this shape. -
Uses of Transform in org.jbox2d.common
Methods in org.jbox2d.common that return TransformModifier and TypeMethodDescriptionstatic final Transformstatic final Transformfinal TransformSet this to equal another transform.Methods in org.jbox2d.common with parameters of type TransformModifier and TypeMethodDescriptionfinal voidSweep.getTransform(Transform xf, float beta) Get the interpolated transform at a specific time.static final Transformstatic final Vec2static final voidstatic final voidstatic final voidTransform.mulToOutUnsafe(Transform A, Transform B, Transform out) static final voidTransform.mulToOutUnsafe(Transform T, Vec2 v, Vec2 out) static final Transformstatic final Vec2static final voidTransform.mulTransToOut(Transform A, Transform B, Transform out) static final voidTransform.mulTransToOut(Transform T, Vec2 v, Vec2 out) static final voidTransform.mulTransToOutUnsafe(Transform A, Transform B, Transform out) static final voidTransform.mulTransToOutUnsafe(Transform T, Vec2 v, Vec2 out) final TransformSet this to equal another transform.Constructors in org.jbox2d.common with parameters of type Transform -
Uses of Transform in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as TransformModifier and TypeFieldDescriptionfinal TransformBody.m_xfThe body origin transform.private final TransformBody.pxfprivate final TransformWorld.xfMethods in org.jbox2d.dynamics that return TransformModifier and TypeMethodDescriptionfinal TransformBody.getTransform()Get the body transform for the body's origin.Methods in org.jbox2d.dynamics with parameters of type TransformModifier and TypeMethodDescriptionvoidFixture.createProxies(BroadPhase broadPhase, Transform xf) private voidprotected voidFixture.synchronize(BroadPhase broadPhase, Transform transform1, Transform transform2) Internal method -
Uses of Transform in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as TransformModifier and TypeFieldDescriptionprivate final TransformContactSolver.xfAprivate final TransformContactSolver.xfBMethods in org.jbox2d.dynamics.contacts with parameters of type TransformModifier and TypeMethodDescriptionvoidvoidvoidabstract voidvoidvoidvoidvoidvoidPositionSolverManifold.initialize(ContactPositionConstraint pc, Transform xfA, Transform xfB, int index) -
Uses of Transform in org.jbox2d.testbed.framework.j2d
Methods in org.jbox2d.testbed.framework.j2d with parameters of type Transform -
Uses of Transform in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as TransformModifier and TypeFieldDescription(package private) TransformPolyShapesCallback.m_transform(package private) TransformDistanceTest.m_transformA(package private) TransformDistanceTest.m_transformB