distance_point_point
- compas.geometry.distance_point_point(a, b)[source]
Compute the distance bewteen a and b.
- Parameters
- Returns
float – Distance bewteen a and b.
Examples
>>> distance_point_point([0.0, 0.0, 0.0], [2.0, 0.0, 0.0]) 2.0
See also
Compute the distance bewteen a and b.
float – Distance bewteen a and b.
Examples
>>> distance_point_point([0.0, 0.0, 0.0], [2.0, 0.0, 0.0])
2.0
See also
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev