tlp::Circle< Obj > Struct Template Reference
[Basic]
class for circle
More...
#include <Circle.h>
List of all members.
Public Member Functions
Public Attributes
Detailed Description
template<typename Obj>
struct tlp::Circle< Obj >
class for circle
Enables to both create and manipulate a circle
- Author:
- David Auber auber@tulip-software.org
- Version:
- 0.0.1 24/01/2003
Constructor & Destructor Documentation
Member Function Documentation
Give the instersction of "this" with c, return false if no intersection exist
Returns true if the circle is include in an other circle, false otherwise.
Merges this circle with another circle; merging operation consists in computing the smallest enclosing circle of the two circle and to store the result in "this".
Translate "this" by vector v
Member Data Documentation