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
moMathVector4.h File Reference
#include "moMath.h"

Go to the source code of this file.

Classes

class  moVector4< Real >
 

Typedefs

typedef moVector4< MOlongmoVector4i
 
typedef moVector4< MOfloatmoVector4f
 
typedef moVector4< MOdoublemoVector4d
 

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 Documentation

Definition at line 305 of file moMathVector4.h.

Definition at line 304 of file moMathVector4.h.

Definition at line 303 of file moMathVector4.h.

Function Documentation

moDeclareExportedDynamicArray ( moVector4i  ,
moVector4iArray   
)
moDeclareExportedDynamicArray ( moVector4f  ,
moVector4fArray   
)
moDeclareExportedDynamicArray ( moVector4d  ,
moVector4dArray   
)
template<class Real >
moVector4<Real> operator* ( Real  fScalar,
const moVector4< Real > &  rkV 
)
inline

Definition at line 287 of file moMathVector4.h.

Variable Documentation

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.