Line#
- class Line(A, B)#
Bases:
object
- __init__(A, B)#
Methods
__init__
(A, B)length
(self)parameter_from_point
(point)For the line T = A + t(B-A) get the parameter t so that T = point.
- parameter_from_point(point)#
For the line T = A + t(B-A) get the parameter t so that T = point.