Rumba C++ SDK
ImathMatrixAlgo.cpp File Reference
#include "ImathMatrixAlgo.h"

Namespaces

 Imath
 

Macros

#define EXPORT_CONST   const
 

Functions

EXPORT_CONST M33f Imath::identity33f (1, 0, 0, 0, 1, 0, 0, 0, 1)
 
EXPORT_CONST M33d Imath::identity33d (1, 0, 0, 0, 1, 0, 0, 0, 1)
 
EXPORT_CONST M44f Imath::identity44f (1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
 
EXPORT_CONST M44d Imath::identity44d (1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
 

Macro Definition Documentation

◆ EXPORT_CONST

#define EXPORT_CONST   const