40 #ifndef __MO_MATH_DVECTOR_H__
41 #define __MO_MATH_DVECTOR_H__
49 moDVector (
int iSize,
const Real* afTuple);
54 void SetSize (
int iSize);
56 operator const Real* ()
const;
87 Real SquaredLength ()
const;
93 int CompareArrays (
const moDVector& rkV)
const;
bool operator<=(const moMatrix3 &rkM) const
moMatrix3 operator-(const moMatrix3 &rkM) const
moMatrix3 operator/(Real fScalar) const
bool operator>(const moMatrix3 &rkM) const
moDVector< MOdouble > moDVectord
Clase base abstracta de donde deben derivar los objetos [virtual pura].
moMatrix3 & operator-=(const moMatrix3 &rkM)
bool operator==(const moMatrix3 &rkM) const
bool operator<(const moMatrix3 &rkM) const
moMatrix3 & operator/=(Real fScalar)
bool operator!=(const moMatrix3 &rkM) const
moMatrix3 & operator*=(Real fScalar)
bool operator>=(const moMatrix3 &rkM) const
moMatrix3 & operator=(const moMatrix3 &rkM)
moMatrix3 operator+(const moMatrix3 &rkM) const
moDVector< Real > operator*(Real fScalar, const moDVector< Real > &rkV)
moMatrix3 & operator+=(const moMatrix3 &rkM)
const Real * operator[](int iRow) const
moDVector< MOfloat > moDVectorf