first commit
This commit is contained in:
11
Minecraft.Client/Orbis/OrbisExtras/OrbisMaths.h
Normal file
11
Minecraft.Client/Orbis/OrbisExtras/OrbisMaths.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <vectormath.h>
|
||||
using namespace sce::Vectormath::Simd::Aos;
|
||||
|
||||
typedef Vector4 XMVECTOR;
|
||||
typedef Matrix4 XMMATRIX;
|
||||
typedef Vector4 XMFLOAT4;
|
||||
|
||||
XMMATRIX XMMatrixMultiply(XMMATRIX a, XMMATRIX b);
|
||||
XMVECTOR XMMatrixDeterminant(XMMATRIX a);
|
||||
XMMATRIX XMMatrixInverse(Vector4 *a, XMMATRIX b);
|
||||
Reference in New Issue
Block a user