I'm trying to name an algorithm that identifies line segments with the following properties.
- They are parallel.
- They have the same length.
- Their endpoints are aligned along the perpendicular axis.
In other words, if you connected them, they would form a rectangle.
Is there a specific name for parallel lines with these properties?
Edit: I've taken to calling lines with this property "co-rectangular"
It is a particular case of "equipollent line segments".
See https://en.wikipedia.org/wiki/Equipollence_(geometry).