| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
tlp::Circle< Obj > Struct Template Reference class for circle More...
Inheritance diagram for tlp::Circle< Obj >:
![]()
Collaboration diagram for tlp::Circle< Obj >:
![]() Public Member Functions
Public Attributes
Detailed Descriptiontemplate<typename Obj>
|
| tlp::Circle< Obj >::Circle | ( | ) | [inline] |
| tlp::Circle< Obj >::Circle | ( | const Vector< Obj, 2 > & | pos, |
| Obj | radius | ||
| ) | [inline] |
| tlp::Circle< Obj >::Circle | ( | const Circle< Obj > & | c | ) | [inline] |
| tlp::Circle< Obj >::Circle | ( | Obj | x, |
| Obj | y, | ||
| Obj | radius | ||
| ) | [inline] |
| bool tlp::Circle< Obj >::isIncludeIn | ( | const Circle< Obj > & | circle | ) | const |
Returns true if the circle is include in an other circle, false otherwise.
| Circle<Obj>& tlp::Circle< Obj >::merge | ( | const Circle< Obj > & | c | ) |
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".
| void tlp::Circle< Obj >::translate | ( | const Vector< Obj, 2 > & | v | ) | [inline] |
Translate "this" by vector v
| Obj tlp::Circle< Obj >::radius |
Radius of the circle
| Tulip Software by LaBRI Visualization Team 2001 - 2012 |