java.lang.Object
com.simibubi.create.foundation.collision.Matrix3d

public class Matrix3d extends Object
  • Constructor Details

    • Matrix3d

      public Matrix3d()
  • Method Details

    • asIdentity

      public Matrix3d asIdentity()
    • asXRotation

      public Matrix3d asXRotation(float radians)
    • asYRotation

      public Matrix3d asYRotation(float radians)
    • asZRotation

      public Matrix3d asZRotation(float radians)
    • transpose

      public Matrix3d transpose()
    • scale

      public Matrix3d scale(double d)
    • add

      public Matrix3d add(Matrix3d matrix)
    • multiply

      public Matrix3d multiply(Matrix3d m)
    • transform

      public net.minecraft.world.phys.Vec3 transform(net.minecraft.world.phys.Vec3 vec)
    • copy

      public Matrix3d copy()
    • getAsMatrix4f

      public com.mojang.math.Matrix4f getAsMatrix4f()