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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moMathVector3.h File Reference
#include "moMath.h"

Go to the source code of this file.

Classes

class  moVector3< Real >
 

Typedefs

typedef moVector3< MOlongmoVector3i
 
typedef moVector3< MOfloatmoVector3f
 
typedef moVector3< MOdoublemoVector3d
 
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 Documentation

Definition at line 637 of file moMathVector3.h.

Definition at line 636 of file moMathVector3.h.

Definition at line 635 of file moMathVector3.h.

Definition at line 640 of file moMathVector3.h.

Definition at line 639 of file moMathVector3.h.

Definition at line 638 of file moMathVector3.h.

Function Documentation

moDeclareExportedDynamicArray ( moVector3i  ,
moVector3iArray   
)
moDeclareExportedDynamicArray ( moVector3f  ,
moVector3fArray   
)
moDeclareExportedDynamicArray ( moVector3d  ,
moVector3dArray   
)
template<class Real >
moVector3<Real> operator* ( Real  fScalar,
const moVector3< Real > &  rkV 
)
inline

Definition at line 622 of file moMathVector3.h.

Variable Documentation

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.