class Sp_RepereOnCircuit: public Sp_Player

This class represents a Point and its directional vector on a circuit

Inheritance:


Public Fields

[more]Sp_Point O
this point is the origin
[more]Sp_Vecteur I
the primary direction
[more]Sp_Vecteur K
the normal direction
[more]Sp_CircuitC* circuit
A pointer on the current circuit
[more]Sp_FaceC* face
A pointer on the current face

Public Methods

[more] Sp_RepereOnCircuit()
the constructor
[more]void Init(Sp_CircuitC *, Sp_Point &, Sp_Vecteur &direction)
Init the car on the circuit with a point
[more]void Compute_Next_Position(const Sp_Vecteur &displacement)
Compute the next position


Documentation

This class represents a Point and its directional vector on a circuit
o Sp_RepereOnCircuit()
the constructor

ovoid Init(Sp_CircuitC *, Sp_Point &, Sp_Vecteur &direction)
Init the car on the circuit with a point

ovoid Compute_Next_Position(const Sp_Vecteur &displacement)
Compute the next position

oSp_Point O
this point is the origin

oSp_Vecteur I
the primary direction

oSp_Vecteur K
the normal direction

oSp_CircuitC* circuit
A pointer on the current circuit

oSp_FaceC* face
A pointer on the current face


Direct child classes:
Sp_Car

Alphabetic index HTML hierarchy of classes or Java



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