Go to the documentation of this file. 17 Vector(
const float &,
const float &,
const float &);
18 void setVector(
const float &,
const float &,
const float &);
21 float dotProduct(
const Vector &);
23 float getDistance(
const Vector &);
25 float getScaler(
const Vector &);
27 void scale(
const float&);
33 void operator =(
const Vector &);
34 void operator +=(
const Vector &);
35 void operator -=(
const Vector &);