#include <Wm4Mapper3.h>
Public Member Functions | |
int | GetDimension () const |
const Vector3< Real > & | GetDirection (int i) const |
bool | GetExtremeCCW () const |
int | GetExtremeIndex (int i) const |
const Vector3< Real > & | GetMax () const |
Real | GetMaxRange () const |
const Vector3< Real > & | GetMin () const |
const Vector3< Real > & | GetOrigin () const |
Mapper3 (int iVQuantity, const Vector3< Real > *akVertex, Real fEpsilon) | |
~Mapper3 () |
Definition at line 27 of file Wm4Mapper3.h.
Wm4::Mapper3< Real >::Mapper3 | ( | int | iVQuantity, | |
const Vector3< Real > * | akVertex, | |||
Real | fEpsilon | |||
) | [inline] |
Definition at line 21 of file Wm4Mapper3.inl.
References Wm4::Vector3< Real >::Dot(), and Wm4::Vector3< Real >::Length().
Wm4::Mapper3< Real >::~Mapper3 | ( | ) | [inline] |
Definition at line 150 of file Wm4Mapper3.inl.
int Wm4::Mapper3< Real >::GetDimension | ( | ) | const [inline] |
Definition at line 173 of file Wm4Mapper3.inl.
Referenced by Wm4::Delaunay3< Real >::Delaunay3().
const Vector3< Real > & Wm4::Mapper3< Real >::GetDirection | ( | int | i | ) | const [inline] |
Definition at line 185 of file Wm4Mapper3.inl.
Referenced by Wm4::Delaunay3< Real >::Delaunay3().
bool Wm4::Mapper3< Real >::GetExtremeCCW | ( | ) | const [inline] |
Definition at line 199 of file Wm4Mapper3.inl.
int Wm4::Mapper3< Real >::GetExtremeIndex | ( | int | i | ) | const [inline] |
Definition at line 192 of file Wm4Mapper3.inl.
const Vector3< Real > & Wm4::Mapper3< Real >::GetMax | ( | ) | const [inline] |
Definition at line 161 of file Wm4Mapper3.inl.
Referenced by Wm4::Delaunay3< Real >::Delaunay3().
Real Wm4::Mapper3< Real >::GetMaxRange | ( | ) | const [inline] |
Definition at line 167 of file Wm4Mapper3.inl.
Referenced by Wm4::Delaunay3< Real >::Delaunay3().
const Vector3< Real > & Wm4::Mapper3< Real >::GetMin | ( | ) | const [inline] |
Definition at line 155 of file Wm4Mapper3.inl.
Referenced by Wm4::Delaunay3< Real >::Delaunay3().
const Vector3< Real > & Wm4::Mapper3< Real >::GetOrigin | ( | ) | const [inline] |
Definition at line 179 of file Wm4Mapper3.inl.
Referenced by Wm4::Delaunay3< Real >::Delaunay3().