public void Matrix4ToQuat(zMat4 matrix) { Process.THISCALL <NullReturnCall>(Address, 0x518560, matrix); }
public void QuatToMatrix4(zMat4 matrix) { Process.THISCALL <NullReturnCall>(Address, 0x518360, matrix); }
public void Set(zMat4 otherMat) { byte[] otherBytes = Process.ReadBytes(otherMat.Address, ByteSize); Process.Write(this.Address, otherBytes); }