Class Matrix3fMixin
java.lang.Object
com.jozufozu.flywheel.mixin.matrix.Matrix3fMixin
- All Implemented Interfaces:
MatrixWrite
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflywheel$write(VecBuffer buffer) voidflywheel$writeUnsafe(long ptr) Write the contents of this object into sequential memory starting at the given address.
-
Field Details
-
m00
protected float m00 -
m01
protected float m01 -
m02
protected float m02 -
m10
protected float m10 -
m11
protected float m11 -
m12
protected float m12 -
m20
protected float m20 -
m21
protected float m21 -
m22
protected float m22
-
-
Constructor Details
-
Matrix3fMixin
public Matrix3fMixin()
-
-
Method Details
-
flywheel$writeUnsafe
public void flywheel$writeUnsafe(long ptr) Description copied from interface:MatrixWriteWrite the contents of this object into sequential memory starting at the given address.- Specified by:
flywheel$writeUnsafein interfaceMatrixWrite
-
flywheel$write
- Specified by:
flywheel$writein interfaceMatrixWrite
-