Class Transformation

java.lang.Object
com.mojang.math.Transformation
All Implemented Interfaces:
IForgeTransformation

public final class Transformation extends Object implements IForgeTransformation
  • Field Details

    • matrix

      private final Matrix4f matrix
    • decomposed

      private boolean decomposed
    • translation

      @Nullable private Vector3f translation
    • leftRotation

      @Nullable private Quaternion leftRotation
    • scale

      @Nullable private Vector3f scale
    • rightRotation

      @Nullable private Quaternion rightRotation
    • IDENTITY

      private static final Transformation IDENTITY
    • normalTransform

      private Matrix3f normalTransform
  • Constructor Details

    • Transformation

      public Transformation(@Nullable Matrix4f p_121087_)
    • Transformation

      public Transformation(@Nullable Vector3f p_121089_, @Nullable Quaternion p_121090_, @Nullable Vector3f p_121091_, @Nullable Quaternion p_121092_)
  • Method Details