Class Matrix3d
java.lang.Object
com.simibubi.create.foundation.collision.Matrix3d
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasXRotation(float radians) asYRotation(float radians) asZRotation(float radians) scale(double d) net.minecraft.world.phys.Vec3transform(double vecX, double vecY, double vecZ) net.minecraft.world.phys.Vec3transform(net.minecraft.world.phys.Vec3 vec) net.minecraft.world.phys.Vec3transformTransposed(double vecX, double vecY, double vecZ) net.minecraft.world.phys.Vec3transformTransposed(net.minecraft.world.phys.Vec3 vec)
-
Constructor Details
-
Matrix3d
public Matrix3d()
-
-
Method Details
-
asIdentity
-
asXRotation
-
asYRotation
-
asZRotation
-
scale
-
multiply
-
transform
public net.minecraft.world.phys.Vec3 transform(net.minecraft.world.phys.Vec3 vec) -
transformTransposed
public net.minecraft.world.phys.Vec3 transformTransposed(net.minecraft.world.phys.Vec3 vec) -
transform
public net.minecraft.world.phys.Vec3 transform(double vecX, double vecY, double vecZ) -
transformTransposed
public net.minecraft.world.phys.Vec3 transformTransposed(double vecX, double vecY, double vecZ)
-