Class Transform

java.lang.Object
zombie.core.physics.Transform

public final class Transform extends Object
Transform represents translation and rotation (rigid transform). Scaling and shearing is not supported.
  • Field Details

    • basis

      public final Matrix3f basis
      Rotation matrix of this Transform.
    • origin

      public final Vector3f origin
      Translation vector of this Transform.
  • Constructor Details

    • Transform

      public Transform()
    • Transform

      public Transform(Matrix3f mat)
    • Transform

      public Transform(Matrix4f mat)
    • Transform

      public Transform(Transform tr)
  • Method Details