Skip to content

classVector4 03

Member Function Documentation

Vector4 Vector4::operator * float  scalar  )  const [inline]
 

Definition at line 66 of file Vector4.h.

References Vector4().

Here is the call graph for this function:

Vector4 Vector4::operator * const Vector4 b  )  const [inline]
 

Definition at line 57 of file Vector4.h.

References n.

Vector4 & Vector4::operator *= float  scale  )  [inline]
 

Definition at line 231 of file Vector4.h.

References n.

int Vector4::operator!= const Vector4 a  )  const [inline]
  Definition at line 50 of file Vector4.h.

Vector4 Vector4::operator+ const Vector4 a  )  const [inline]
 

Definition at line 52 of file Vector4.h.

References Vector4().

Here is the call graph for this function:

Vector4 & Vector4::operator+= const Vector4 other  )  [inline]
 

Definition at line 222 of file Vector4.h.

References n.

Vector4 Vector4::operator- const Vector4 a  )  const [inline]
 

Definition at line 53 of file Vector4.h.

References Vector4().

Here is the call graph for this function:

Vector4 & Vector4::operator-= const Vector4 other  )  [inline]
 

Definition at line 213 of file Vector4.h.

References n.

Vector4 & Vector4::operator/= float  scalar  )  [inline]
 

Definition at line 204 of file Vector4.h.

References n.

Vector4 & Vector4::operator= const Vector4 v  )  [inline]
 

Definition at line 195 of file Vector4.h.

References n.

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

Definition at line 240 of file Vector4.h.

References n.

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

Definition at line 182 of file Vector4.h.

References n.