Package jolt.physics.collision.shape
Class RotatedTranslatedShape
java.lang.Object
jolt.BaseJoltNative
jolt.AddressedJoltNative
jolt.DeletableJoltNative
jolt.physics.collision.shape.Shape
jolt.physics.collision.shape.DecoratedShape
jolt.physics.collision.shape.RotatedTranslatedShape
- All Implemented Interfaces:
Deletable,JoltNative
RotatedTranslatedShape relies on preview features of the Java platform:
RotatedTranslatedShaperefers to one or more preview APIs:MemoryAddress.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
-
Field Summary
Fields inherited from class jolt.physics.collision.shape.Shape
DEFAULT_CONVEX_RADIUSFields inherited from class jolt.DeletableJoltNative
deletedFields inherited from class jolt.AddressedJoltNative
handle -
Method Summary
Modifier and TypeMethodDescriptionstatic RotatedTranslatedShapeat(MemoryAddressPREVIEW addr) voidgetPosition(FVec3 out) voidgetRotation(Quat out) static RotatedTranslatedShapeMethods inherited from class jolt.physics.collision.shape.DecoratedShape
getInnerShapeMethods inherited from class jolt.physics.collision.shape.Shape
deleteInternal, getCenterOfMass, getInnerRadius, getLocalBounds, getMaterial, getSubShapeIDBitsRecursive, getSubShapeTransformedShape, getSubShapeUserData, getSubType, getSupportingFace, getSurfaceNormal, getType, getUserData, getVolume, getWorldSpaceBounds, isValidScale, mustBeStatic, setUserDataMethods inherited from class jolt.DeletableJoltNative
delete, isDeletedMethods inherited from class jolt.AddressedJoltNative
addressMethods inherited from class jolt.BaseJoltNative
equals, hashCode
-
Method Details
-
at
-
of
-
getPosition
-
getRotation
-
RotatedTranslatedShapewhen preview features are enabled.