class Sp_Droite

The straight line class

Public Fields

[more]Sp_Point p
its Point
[more]Sp_Vecteur v
its direction

Public Methods

[more]void Print() const
Print its information
[more]int IsIn(const Sp_Point &P1) const
Test if the point is belonging to the straight

Public

[more] The constructors


Documentation

The straight line class
o The constructors

o Sp_Droite(Sp_Point &p, Sp_Vecteur &v)
We constructs it with a point and a direction

o Sp_Droite(Sp_Point &p0, Sp_Point &p1)
we constructs it with two points

ovoid Print() const
Print its information

oint IsIn(const Sp_Point &P1) const
Test if the point is belonging to the straight

oSp_Point p
its Point

oSp_Vecteur v
its direction


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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