Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

_QGAR_segment.TCC File Reference


Detailed Description

Implementation of functions which compute segments.

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.

Author:
Gérald Masini
Date:
February 03, 2005 19:18
Since:
Qgar 2.2

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.