Class Matrix4fMixin
java.lang.Object
com.jozufozu.flywheel.mixin.matrix.Matrix4fMixin
- All Implemented Interfaces:
MatrixWrite
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflywheel$write(VecBuffer buf) 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 -
m03
protected float m03 -
m10
protected float m10 -
m11
protected float m11 -
m12
protected float m12 -
m13
protected float m13 -
m20
protected float m20 -
m21
protected float m21 -
m22
protected float m22 -
m23
protected float m23 -
m30
protected float m30 -
m31
protected float m31 -
m32
protected float m32 -
m33
protected float m33
-
-
Constructor Details
-
Matrix4fMixin
public Matrix4fMixin()
-
-
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
-