ViewPoints::ViewPoint Class Reference

#include <ViewPoints.h>

List of all members.

Public Member Functions

 ViewPoint ()
void setLookFrom (FixedVector &from)
FixedVectorgetLookFrom ()
void setPosition (FixedVector &pos)
FixedVectorgetPosition ()
void setRadius (fixed radius)
fixed getRadius ()

Protected Attributes

fixed radius_
FixedVector position_
FixedVector from_


Detailed Description

Definition at line 31 of file ViewPoints.h.


Constructor & Destructor Documentation

ViewPoints::ViewPoint::ViewPoint (  )  [inline]

Definition at line 34 of file ViewPoints.h.


Member Function Documentation

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]

Definition at line 37 of file ViewPoints.h.

References from_.

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]

Definition at line 40 of file ViewPoints.h.

References position_.

void ViewPoints::ViewPoint::setRadius ( fixed  radius  )  [inline]

Definition at line 42 of file ViewPoints.h.

References radius_.

fixed ViewPoints::ViewPoint::getRadius (  )  [inline]

Definition at line 43 of file ViewPoints.h.

References radius_.


Member Data Documentation

fixed ViewPoints::ViewPoint::radius_ [protected]

Definition at line 46 of file ViewPoints.h.

Referenced by getRadius(), and setRadius().

FixedVector ViewPoints::ViewPoint::position_ [protected]

Definition at line 47 of file ViewPoints.h.

Referenced by getPosition(), and setPosition().

FixedVector ViewPoints::ViewPoint::from_ [protected]

Definition at line 48 of file ViewPoints.h.

Referenced by getLookFrom(), and setLookFrom().


The documentation for this class was generated from the following file:
Generated on Mon Feb 16 15:15:08 2009 for Scorched3D by  doxygen 1.5.3