module special.geometry_segment
¶
Classes¶
class |
truncated documentation |
---|---|
two points |
Methods¶
method |
truncated documentation |
---|---|
equal |
|
multiplication |
|
constructor |
|
dimension |
|
different |
|
usual |
|
dimension 2 only |
|
switch extremities |
|
the vector only points in the same semi-plan |
|
Documentation¶
Defines a segment
-
class
ensae_teaching_cs.special.geometry_segment.
GeometrySegment
(a, b)[source]¶ Bases :
object
two points
constructor
- Paramètres
a – first extremity
b – second extremity
-
__hash__
= None¶
-
__slots__
= ['_a', '_b']¶
-
_a
¶
-
_b
¶