Main Page Namespace List Class Hierarchy Compound List File List Header Files Sources Namespace Members Compound Members File Members
vector2 Struct Reference
A 2 element vector.
More...
#include <vector2.h>
List of all members.
Detailed Description
A 2 element vector.
Using this class for a 2 element vector is more efficient and safer than using a generic vector<double>.
Definition at line 41 of file vector2.h.
Member Function Documentation
vector2::vector2 (void) [inline]
|
vector2::vector2 (const double ix, const double iy) [inline]
|
vector2::vector2 (const vector2 & v) [inline]
|
double & vector2::operator[] (const unsigned i) [inline]
|
double vector2::operator[] (const unsigned i) const [inline]
|
unsigned vector2::size (void) const [inline]
|
Member Data Documentation
The documentation for this struct was generated from the following file:
Generated at Sun Jul 14 20:38:21 2002 for Mapper by
1.0.0 written by Dimitri van Heesch,
© 1997-1999