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

Go to the source code of this file.

Classes

class  moVector2< Real >
 

Typedefs

typedef moVector2< MOlongmoVector2i
 
typedef moVector2< MOfloatmoVector2f
 
typedef moVector2< MOdoublemoVector2d
 

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 Documentation

Definition at line 424 of file moMathVector.h.

Definition at line 423 of file moMathVector.h.

Definition at line 422 of file moMathVector.h.

Function Documentation

moDeclareExportedDynamicArray ( moVector2i  ,
moVector2iArray   
)
moDeclareExportedDynamicArray ( moVector2f  ,
moVector2fArray   
)
moDeclareExportedDynamicArray ( moVector2f ,
moVector2fpArray   
)
moDeclareExportedDynamicArray ( moVector2d  ,
moVector2dArray   
)
template<class Real >
moVector2<Real> operator* ( Real  fScalar,
const moVector2< Real > &  rkV 
)
inline

Definition at line 409 of file moMathVector.h.

Variable Documentation

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.