Package com.jozufozu.flywheel.util
Interface MatrixWrite
- All Known Implementing Classes:
Matrix3fMixin,Matrix4fMixin
public interface MatrixWrite
- See Also:
-
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.
-
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
-