|
Osiris Framework
0.2
|
Template class for the GLM-based classes in OMath. More...
#include <OsirisSDK/OMathPrimitive.hpp>
Public Member Functions | |
| OMathPrimitive () | |
| Class constructor. | |
| OMathPrimitive (const OMathPrimitive< MType > &in) | |
| Copy constructor. | |
| virtual | ~OMathPrimitive () |
| Class destructor. | |
| OMathPrimitive< MType > & | operator= (const OMathPrimitive< MType > &in) |
| OMathPrimitive< MType > & | operator*= (const OMathPrimitive< MType > &in) |
| OMathPrimitive< MType > | operator* (const OMathPrimitive< MType > &in) |
| bool | operator== (const OMathPrimitive< MType > &in) const |
| bool | operator!= (const OMathPrimitive< MType > &in) const |
| const GLfloat * | glArea () const |
| Returns a pointer to the memory area to be used by OpenGL. | |
Protected Attributes | |
| MType | _glmInternal |
Template class for the GLM-based classes in OMath.