DGtal 2.1.0
|
Public Member Functions | |
TriangleByValue (Point a, Point b, Point c) | |
double | perimeter () const |
TriangleByValue (Point a, Point b, Point c) | |
double | perimeter () const |
Data Fields | |
Point | _a |
Point | _b |
Point | _c |
Definition at line 394 of file testClone2.cpp.
Definition at line 395 of file testClone2.cpp.
Definition at line 198 of file testCloneAndAliases.cpp.
|
inline |
|
inline |
Point TriangleByValue::_a |
Definition at line 401 of file testClone2.cpp.
Referenced by perimeter().
Point TriangleByValue::_b |
Definition at line 401 of file testClone2.cpp.
Referenced by perimeter().
Point TriangleByValue::_c |
Definition at line 401 of file testClone2.cpp.
Referenced by perimeter().