10#ifndef __GUIVECTOR3_H__
11#define __GUIVECTOR3_H__
Definition: GUIVector3.h:18
eC_Value m_vX
x
Definition: GUIVector3.h:62
eC_Value m_vZ
z
Definition: GUIVector3.h:64
eC_Value operator*(const GUIVector3 &rkVec) const
GUIVector3(eC_Value xVal, eC_Value yVal, eC_Value zVal)
void XRotate(eC_Value vAngle)
void YRotate(eC_Value vAngle)
GUIVector3 operator+=(const GUIVector3 &rkVec)
GUIVector3 operator*=(const eC_Value &rkVal)
GUIVector3 operator-=(const GUIVector3 &rkVec)
eC_Value m_vY
y
Definition: GUIVector3.h:63