Computational geometry equations can be found in the FAQ section of comp.graphics.algorithms and are based on [Kirk, 1992], pages 199-202, and [O'Rourke, 1994], pages 249-51.
Definition in file _QGAR_segment.TCC.
Go to the source code of this file.
Namespaces | |
| namespace | qgar |
Global functions which compute segments | |
| template<class T> | |
| GenSegment< double > | qgar::qgPerpendicular (const GenPoint< T > &aPt, const GenSegment< T > &aSeg) |
| Return a segment perpendicular to the given segment. | |
| template<class T> | |
| GenQgarSegment< double > | qgar::qgPerpendicular (const GenPoint< T > &aPt, const GenQgarSegment< T > &aQSeg) |
| Return a Qgar segment perpendicular to the given Qgar segment. | |