| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::Circle< Obj > Struct Template Reference |
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] |
void tlp::Circle< Obj >::translate | ( | const Vector< Obj, 2 > & | v | ) | [inline] |
Translate "this" by vector v
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".
bool tlp::Circle< Obj >::isIncludeIn | ( | const Circle< Obj > & | circle | ) | const |
Returns true if the circle is include in an other circle, false otherwise.
Obj tlp::Circle< Obj >::radius |
Radius of the circle
Tulip Software by LaBRI Visualization Team 2001 - 2007 |