Zap::Point struct Reference
Zap::Point Struct Reference
#include <point.h>
Member Typedef Documentation
Constructor & Destructor Documentation
Zap::Point::Point |
( |
|
) |
[inline] |
|
Zap::Point::Point |
( |
const Point & |
pt |
) |
[inline] |
|
Member Function Documentation
void Zap::Point::set |
( |
const Point & |
pt |
) |
[inline] |
|
Point Zap::Point::operator+ |
( |
const Point & |
pt |
) |
const [inline] |
|
Point Zap::Point::operator- |
( |
const Point & |
pt |
) |
const [inline] |
|
Point Zap::Point::operator- |
( |
|
) |
const [inline] |
|
Point& Zap::Point::operator+= |
( |
const Point & |
pt |
) |
[inline] |
|
Point& Zap::Point::operator-= |
( |
const Point & |
pt |
) |
[inline] |
|
Point Zap::Point::operator * |
( |
const Point & |
pt |
) |
[inline] |
|
Point& Zap::Point::operator= |
( |
const Point & |
pt |
) |
[inline] |
|
bool Zap::Point::operator== |
( |
const Point & |
pt |
) |
const [inline] |
|
void Zap::Point::normalize |
( |
|
) |
[inline] |
|
void Zap::Point::normalize |
( |
float |
newLen |
) |
[inline] |
|
void Zap::Point::scaleFloorDiv |
( |
float |
scaleFactor, |
|
|
float |
divFactor |
|
) |
[inline] |
|
void Zap::Point::read |
( |
const char ** |
argv |
) |
[inline] |
|
Field Documentation