Interface MatrixWrite

All Known Implementing Classes:
Matrix3fMixin, Matrix4fMixin

public interface MatrixWrite
See Also:
  • Method Summary

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

    • flywheel$writeUnsafe

      void flywheel$writeUnsafe(long ptr)
      Write the contents of this object into sequential memory starting at the given address.
    • flywheel$write

      void flywheel$write(VecBuffer buf)