| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::Circle< Obj > Struct Template Reference class for circle More...
Inheritance diagram for tlp::Circle< Obj >:
![]()
Collaboration diagram for tlp::Circle< Obj >:
![]()
Detailed Descriptiontemplate<typename Obj>
|
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Give the instersction of "this" with c, return false if no intersection exist
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".
|
inline |
Translate "this" by vector v
Obj tlp::Circle< Obj >::radius |
Radius of the circle
Tulip Software by LaBRI Visualization Team 2001 - 2012 |