Interface ConstTransformedConvexObject

All Superinterfaces:
Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject
All Known Implementing Classes:
TransformedAaBox, TransformedConvexObject, TransformedSphere

public interface ConstTransformedConvexObject extends ConstJoltPhysicsObject
Read-only access to a TransformedConvexObject. (native type: const TransformedConvexObject)
  • Method Details

    • getSupport

      Vec3 getSupport(Vec3Arg direction)
      Calculate the support vector for the specified direction.
      Parameters:
      direction - the direction to use (not null, unaffected)
      Returns:
      a new location vector
    • getTransform

      Mat44 getTransform()
      Copy the coordinate transform.
      Returns:
      a new transform matrix