class Waypoint

Desribes a wapoint on the camera flight path.

Inheritance:

Waypoint - SpaceEntity


Public Fields

[more]double time
Time at which the Camera should arrive during its flight.
[more]double x4
Our quaternion space is 4D, so the waypoint has an additional coordinate.
[more]SigC::Signal1<int, double> x4_update
Signal which is emitted when x4 has changed.
[more]SigC::Signal1<int, double> time_update
Signal which is emitted when the time has changed.

Public Methods

[more] Waypoint()
Constructor.
[more]int set_time(double p)
Set the time.
[more]int set_x4(double p)
Set the forth coordinate


Inherited from SpaceEntity:

Public Fields

oVector3 pos
oVector3 lookat
oVector3 up
oSigC::Signal1<int, Vector3> pos_update
oSigC::Signal1<int, Vector3> lookat_update
oSigC::Signal1<int, Vector3> up_update

Public Methods

oint set_pos(Vector3 p)
oint set_lookat(Vector3 p)
oint set_up(Vector3 p)
oSpaceStats get_stats()


Documentation

Desribes a wapoint on the camera flight path. Is derived from SpaceEntity, so it has position and orientation information, and additionaly some waypoint specific information like time and a forth coordinate.
o Waypoint()
Constructor.

odouble time
Time at which the Camera should arrive during its flight.

odouble x4
Our quaternion space is 4D, so the waypoint has an additional coordinate.

oint set_time(double p)
Set the time.

oint set_x4(double p)
Set the forth coordinate

oSigC::Signal1<int, double> x4_update
Signal which is emitted when x4 has changed.

oSigC::Signal1<int, double> time_update
Signal which is emitted when the time has changed.


This class has no child classes.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.