#include "DataBridgeExport.h"#include "Types.h"#include "../MaxHeap.h"#include "GraphicsExport.h"
Classes |
|
| class | Matrix44 |
Namespaces |
|
| namespace | MaxSDK |
| namespace | MaxSDK::Graphics |
Functions |
|
| GraphicsDriverAPI void | MaxWorldMatrixToMatrix44 (Matrix44 &outMatrix, const Matrix3 &inMatrix) |
| Convert Matrix3 to Matrix44.
|
|
| GraphicsDriverAPI void | Matrix44ToMaxWorldMatrix (Matrix3 &outMatrix, const Matrix44 &inMatrix) |
| Convert Matrix44 to
Matrix3. |
|