Class Matrix4fMixin

java.lang.Object
com.jozufozu.flywheel.mixin.matrix.Matrix4fMixin
All Implemented Interfaces:
MatrixWrite

public abstract class Matrix4fMixin extends Object implements MatrixWrite
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
    protected float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Write the contents of this object into sequential memory starting at the given address.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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: MatrixWrite
      Write the contents of this object into sequential memory starting at the given address.
      Specified by:
      flywheel$writeUnsafe in interface MatrixWrite
    • flywheel$write

      public void flywheel$write(VecBuffer buf)
      Specified by:
      flywheel$write in interface MatrixWrite