comp_length (method)¶
-
comp_length
(self)[source]¶ Compute the length of the line
- Parameters
self (Segment) – A Segment object
- Returns
length – lenght of the line [m]
- Return type
float
- Raises
PointSegmentError – Call Segment.check()
comp_length
(self)[source]¶Compute the length of the line
self (Segment) – A Segment object
length – lenght of the line [m]
float
PointSegmentError – Call Segment.check()