math.dist.segment.segment
Syntax
- f := math.dist.segment.segment(v1,v2,v3,v4)
Get the distance between two line segments.
The first two arguments define one segment and the second two arguments define the other segment. This can be defined either in 2D or in 3D.
Returns: f - distance
Arguments: v1 - first point of the first line segment
v2 - second point of the first line segment
v3 - first point of the second line segment
v4 - second point of the second line segment
Was this helpful? ... | PFC © 2021, Itasca | Updated: Feb 25, 2024 |