Interface ConstJointState

All Superinterfaces:
AutoCloseable, Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject
All Known Implementing Classes:
JointState

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

    • getRotation

      Quat getRotation()
      Copy the rotation. The state is unaffected.
      Returns:
      a new rotation quaternion
    • getTranslation

      Vec3 getTranslation()
      Copy the translation offset. The state is unaffected.
      Returns:
      a new offset vector