classVector 06

tor & 

a  )  const [inline]

  Definition at line 77 of file Vector.h.

Vector Vector::operator/ float  s  )  const [inline]
  Definition at line 76 of file Vector.h.

Vector & Vector::operator/= float  scale  )  [inline]
 

Definition at line 282 of file Vector.h.

References x, y, and z.

Vector& Vector::operator/= const Vector other  )  [inline]
 

Definition at line 40 of file Vector.h.

References x, y, and z.

int Vector::operator== const Vector a  )  const [inline]
 

Definition at line 310 of file Vector.h.

References x, y, and z.

float & Vector::operator[] int  i  )  [inline]
 

Definition at line 253 of file Vector.h.

References x.

float Vector::operator[] int  i  )  const [inline]
 

Definition at line 248 of file Vector.h.

References x.

Vector Vector::operator^ const Vector a  )  const [inline]
  Definition at line 108 of file Vector.h.

Vector& Vector::operator^= const Vector a  )  [inline]
  Definition at line 57 of file Vector.h.

float Vector::operator| const Vector a  )  const [inline]
 

Definition at line 107 of file Vector.h.

References Dot().

Here is the call graph for this function:

Vector Vector::Reciprocal void   )  const [inline]
  Definition at line 92 of file Vector.h.

void Vector::Set float  f  )  [inline]
 

Definition at line 305 of file Vector.h.

References x, y, and z.

void Vector::Set float  xi,
float  yi,
float  zi
[inline]
 

Definition at line 298 of file Vector.h.

References x, y, and z.

Referenced by RotateVector::RotateVector(), Quaternion::Set(), TSQ::SetDefault(), TSR::SetDefault(), Matrix33::SetIdentity(), TransformVectorNoTranslate()