libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include "moMath.h"
Go to the source code of this file.
Classes | |
class | moVector4< Real > |
Typedefs | |
typedef moVector4< MOlong > | moVector4i |
typedef moVector4< MOfloat > | moVector4f |
typedef moVector4< MOdouble > | moVector4d |
Functions | |
template<class Real > | |
moVector4< Real > | operator* (Real fScalar, const moVector4< Real > &rkV) |
moDeclareExportedDynamicArray (moVector4i, moVector4iArray) | |
moDeclareExportedDynamicArray (moVector4f, moVector4fArray) | |
moDeclareExportedDynamicArray (moVector4d, moVector4dArray) | |
Variables | |
template class LIBMOLDEO_API | moVector4< MOlong > |
template class LIBMOLDEO_API | moVector4< MOfloat > |
template class LIBMOLDEO_API | moVector4< MOdouble > |
typedef moVector4<MOdouble> moVector4d |
Definition at line 305 of file moMathVector4.h.
typedef moVector4<MOfloat> moVector4f |
Definition at line 304 of file moMathVector4.h.
typedef moVector4<MOlong> moVector4i |
Definition at line 303 of file moMathVector4.h.
moDeclareExportedDynamicArray | ( | moVector4i | , |
moVector4iArray | |||
) |
moDeclareExportedDynamicArray | ( | moVector4f | , |
moVector4fArray | |||
) |
moDeclareExportedDynamicArray | ( | moVector4d | , |
moVector4dArray | |||
) |
|
inline |
Definition at line 287 of file moMathVector4.h.
template class LIBMOLDEO_API moVector4< MOdouble > |
Definition at line 298 of file moMathVector4.h.
template class LIBMOLDEO_API moVector4< MOfloat > |
Definition at line 297 of file moMathVector4.h.
template class LIBMOLDEO_API moVector4< MOlong > |
Definition at line 296 of file moMathVector4.h.