|
3ds Max C++ API Reference
|
#include "DataBridgeExport.h"#include "Types.h"#include "../MaxHeap.h"#include "GraphicsExport.h"#include <memory.h>Classes | |
| class | Matrix44 |
Namespaces | |
| MaxSDK | |
| MaxSDK::Graphics | |
Functions | |
| GraphicsDriverAPI void | MaxWorldMatrixToMatrix44 (Matrix44 &outMatrix, const Matrix3 &inMatrix) |
| Convert Matrix3 to Matrix44. More... | |
| GraphicsDriverAPI void | Matrix44ToMaxWorldMatrix (Matrix3 &outMatrix, const Matrix44 &inMatrix) |
| Convert Matrix44 to Matrix3. More... | |