class Sp_Axis

The Axis class constituted by a Point and a normed vector

Public Methods

[more]Sp_Vecteur TurnAround(const Sp_Vecteur &, float angle) const
Turn a vector around this axis
[more]Sp_Point TurnAround(const Sp_Point &, float angle) const
Turn a point around this axis

Public

[more] The constructors
[more] Get and Set functions

Private Fields

[more]Sp_Point p
A Point which belong to the axis
[more]Sp_Vecteur v
The direction


Documentation

The Axis class constituted by a Point and a normed vector
o The constructors

o Sp_Axis(const Sp_Point &, const Sp_Vecteur &)
Default constructor

o Sp_Axis(const Sp_Axis &)
Copy constructor

o Get and Set functions

oSp_Point getPoint() const
Get a point of this axis

oSp_Vecteur getDirection() const
Get a normed vector with the direction of this axis

oSp_Vecteur TurnAround(const Sp_Vecteur &, float angle) const
Turn a vector around this axis

oSp_Point TurnAround(const Sp_Point &, float angle) const
Turn a point around this axis

oSp_Point p
A Point which belong to the axis

oSp_Vecteur v
The direction


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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