Skip to content

classVector 04

Member Function Documentation

Vector Vector::Absolute void   )  const [inline]
  Definition at line 91 of file Vector.h.

Vector Vector::Cross const Vector v  )  const [inline]
 

Definition at line 94 of file Vector.h.

References x, y, and z.

void Vector::CrossSelf const Vector a  )  [inline]
  Definition at line 93 of file Vector.h.

float Vector::Dot const Vector a  )  const [inline]
 

Definition at line 329 of file Vector.h.

References x, y, and z.

Vector& Vector::Hundredize void   )  [inline]
  Definition at line 99 of file Vector.h.

Vector Vector::Hundredized  )  const [inline]
  Definition at line 98 of file Vector.h.

void Vector::Max float  max  )  [inline]
  Definition at line 120 of file Vector.h.

void Vector::Min float  min  )  [inline]
  Definition at line 119 of file Vector.h.

Vector & Vector::Negate void   )  [inline]
 

Definition at line 290 of file Vector.h.

References x, y, and z.

float Vector::Norm void   )  const [inline]
 

Definition at line 315 of file Vector.h.

References Square().

Referenced by PatchSplitter::Flatness(), PatchSplitter::FlatnessFirst(), MakeFlat(), MakeFlat5(), Normalize(), and StandardToVectors().

Here is the call graph for this function:

Vector & Vector::Normalize void   )  [inline]
 

Definition at line 320 of file Vector.h.

References Norm().

Referenced by Quaternion::SetAngleAxis(), and StandardToVectors().

Here is the call graph for this function:

Vector Vector::Normalized void   )  const [inline]
 

Definition at line 80 of file Vector.h.

Referenced by VectorsToAngle(), and VectorsToLinear().

float Vector::NormalizeLength void   )  [inline]
  Definition at line 81 of file Vector.h.