#include <ViewPoints.h>
Public Member Functions | |
| ViewPoint () | |
| void | setLookFrom (FixedVector &from) |
| FixedVector & | getLookFrom () |
| void | setPosition (FixedVector &pos) |
| FixedVector & | getPosition () |
| void | setRadius (fixed radius) |
| fixed | getRadius () |
Protected Attributes | |
| fixed | radius_ |
| FixedVector | position_ |
| FixedVector | from_ |
Definition at line 31 of file ViewPoints.h.
| ViewPoints::ViewPoint::ViewPoint | ( | ) | [inline] |
Definition at line 34 of file ViewPoints.h.
| void ViewPoints::ViewPoint::setLookFrom | ( | FixedVector & | from | ) | [inline] |
Definition at line 36 of file ViewPoints.h.
References from_.
Referenced by ShotBounce::draw(), and ShotProjectile::simulate().
| FixedVector& ViewPoints::ViewPoint::getLookFrom | ( | ) | [inline] |
| void ViewPoints::ViewPoint::setPosition | ( | FixedVector & | pos | ) | [inline] |
Definition at line 39 of file ViewPoints.h.
References position_.
Referenced by ShotBounce::draw(), TankMovement::moveTank(), Teleport::simulate(), and ShotProjectile::simulate().
| FixedVector& ViewPoints::ViewPoint::getPosition | ( | ) | [inline] |
| void ViewPoints::ViewPoint::setRadius | ( | fixed | radius | ) | [inline] |
| fixed ViewPoints::ViewPoint::getRadius | ( | ) | [inline] |
fixed ViewPoints::ViewPoint::radius_ [protected] |
FixedVector ViewPoints::ViewPoint::position_ [protected] |
FixedVector ViewPoints::ViewPoint::from_ [protected] |
1.5.3