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 | moVector2< Real > |
Typedefs | |
typedef moVector2< MOlong > | moVector2i |
typedef moVector2< MOfloat > | moVector2f |
typedef moVector2< MOdouble > | moVector2d |
Functions | |
template<class Real > | |
moVector2< Real > | operator* (Real fScalar, const moVector2< Real > &rkV) |
moDeclareExportedDynamicArray (moVector2i, moVector2iArray) | |
moDeclareExportedDynamicArray (moVector2f, moVector2fArray) | |
moDeclareExportedDynamicArray (moVector2f *, moVector2fpArray) | |
moDeclareExportedDynamicArray (moVector2d, moVector2dArray) | |
Variables | |
template class LIBMOLDEO_API | moVector2< MOlong > |
template class LIBMOLDEO_API | moVector2< MOfloat > |
template class LIBMOLDEO_API | moVector2< MOdouble > |
typedef moVector2<MOdouble> moVector2d |
Definition at line 424 of file moMathVector.h.
typedef moVector2<MOfloat> moVector2f |
Definition at line 423 of file moMathVector.h.
typedef moVector2<MOlong> moVector2i |
Definition at line 422 of file moMathVector.h.
moDeclareExportedDynamicArray | ( | moVector2i | , |
moVector2iArray | |||
) |
moDeclareExportedDynamicArray | ( | moVector2f | , |
moVector2fArray | |||
) |
moDeclareExportedDynamicArray | ( | moVector2f * | , |
moVector2fpArray | |||
) |
moDeclareExportedDynamicArray | ( | moVector2d | , |
moVector2dArray | |||
) |
|
inline |
Definition at line 409 of file moMathVector.h.
template class LIBMOLDEO_API moVector2< MOdouble > |
Definition at line 418 of file moMathVector.h.
template class LIBMOLDEO_API moVector2< MOfloat > |
Definition at line 417 of file moMathVector.h.
template class LIBMOLDEO_API moVector2< MOlong > |
Definition at line 416 of file moMathVector.h.