Vectormath::Aos::Point3 Class Reference
#include <vectormath_aos.h>
List of all members.
Detailed Description
Definition at line 632 of file vectormath_aos.h.
Constructor & Destructor Documentation
| Vectormath::Aos::Point3::Point3 |
( |
|
) |
[inline] |
| Vectormath::Aos::Point3::Point3 |
( |
const Point3 & |
pnt |
) |
[inline] |
| Vectormath::Aos::Point3::Point3 |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z | |
|
) |
| | [inline] |
| Vectormath::Aos::Point3::Point3 |
( |
const Vector3 & |
vec |
) |
[inline, explicit] |
| Vectormath::Aos::Point3::Point3 |
( |
float |
scalar |
) |
[inline, explicit] |
Member Function Documentation
| float Vectormath::Aos::Point3::getElem |
( |
int |
idx |
) |
const [inline] |
| float Vectormath::Aos::Point3::getX |
( |
|
) |
const [inline] |
| float Vectormath::Aos::Point3::getY |
( |
|
) |
const [inline] |
| float Vectormath::Aos::Point3::getZ |
( |
|
) |
const [inline] |
| const Point3 Vectormath::Aos::Point3::operator+ |
( |
const Vector3 & |
vec |
) |
const [inline] |
| Point3 & Vectormath::Aos::Point3::operator+= |
( |
const Vector3 & |
vec |
) |
[inline] |
| const Point3 Vectormath::Aos::Point3::operator- |
( |
const Vector3 & |
vec |
) |
const [inline] |
| const Vector3 Vectormath::Aos::Point3::operator- |
( |
const Point3 & |
pnt |
) |
const [inline] |
| Point3 & Vectormath::Aos::Point3::operator-= |
( |
const Vector3 & |
vec |
) |
[inline] |
| Point3 & Vectormath::Aos::Point3::operator= |
( |
const Point3 & |
pnt |
) |
[inline] |
| float Vectormath::Aos::Point3::operator[] |
( |
int |
idx |
) |
const [inline] |
| float & Vectormath::Aos::Point3::operator[] |
( |
int |
idx |
) |
[inline] |
| Point3 & Vectormath::Aos::Point3::setElem |
( |
int |
idx, |
|
|
float |
value | |
|
) |
| | [inline] |
| Point3 & Vectormath::Aos::Point3::setX |
( |
float |
x |
) |
[inline] |
| Point3 & Vectormath::Aos::Point3::setY |
( |
float |
y |
) |
[inline] |
| Point3 & Vectormath::Aos::Point3::setZ |
( |
float |
z |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files: