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 | moVector3< Real > |
Typedefs | |
typedef moVector3< MOlong > | moVector3i |
typedef moVector3< MOfloat > | moVector3f |
typedef moVector3< MOdouble > | moVector3d |
typedef moVector3i | moVertex3i |
typedef moVector3f | moVertex3f |
typedef moVector3d | moVertex3d |
Functions | |
template<class Real > | |
moVector3< Real > | operator* (Real fScalar, const moVector3< Real > &rkV) |
moDeclareExportedDynamicArray (moVector3i, moVector3iArray) | |
moDeclareExportedDynamicArray (moVector3f, moVector3fArray) | |
moDeclareExportedDynamicArray (moVector3d, moVector3dArray) | |
Variables | |
template class LIBMOLDEO_API | moVector3< MOlong > |
template class LIBMOLDEO_API | moVector3< MOfloat > |
template class LIBMOLDEO_API | moVector3< MOdouble > |
typedef moVector3<MOdouble> moVector3d |
Definition at line 637 of file moMathVector3.h.
typedef moVector3<MOfloat> moVector3f |
Definition at line 636 of file moMathVector3.h.
typedef moVector3<MOlong> moVector3i |
Definition at line 635 of file moMathVector3.h.
typedef moVector3d moVertex3d |
Definition at line 640 of file moMathVector3.h.
typedef moVector3f moVertex3f |
Definition at line 639 of file moMathVector3.h.
typedef moVector3i moVertex3i |
Definition at line 638 of file moMathVector3.h.
moDeclareExportedDynamicArray | ( | moVector3i | , |
moVector3iArray | |||
) |
moDeclareExportedDynamicArray | ( | moVector3f | , |
moVector3fArray | |||
) |
moDeclareExportedDynamicArray | ( | moVector3d | , |
moVector3dArray | |||
) |
|
inline |
Definition at line 622 of file moMathVector3.h.
template class LIBMOLDEO_API moVector3< MOdouble > |
Definition at line 631 of file moMathVector3.h.
template class LIBMOLDEO_API moVector3< MOfloat > |
Definition at line 630 of file moMathVector3.h.
template class LIBMOLDEO_API moVector3< MOlong > |
Definition at line 629 of file moMathVector3.h.