Graphics/Matrix44.h File Reference

Matrix44.h File Reference
#include "DataBridgeExport.h"
#include "Types.h"
#include "../MaxHeap.h"
#include "GraphicsExport.h"
#include <memory.h>

Classes

class  Matrix44
 

Namespaces

 MaxSDK
 This API is used to support OLE structured storage streams containing user specified string data in 3ds Max scene files or other OLE Structured Storage based files.
 
 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...