A point between start and end at a specific normalized parameter.
t (float) – The line parameter.
Point – A point on the line.
Point
Examples
>>> line = Line([0.0, 0.0, 0.0], [1.0, 0.0, 0.0]) >>> line.point(0.5) Point(0.500, 0.000, 0.000)
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev