|
DGtal 2.0.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.
|
inline |
|
inline |
| Point TriangleByValue::_a |
Definition at line 401 of file testClone2.cpp.
Referenced by perimeter(), and TriangleByValue().
| Point TriangleByValue::_b |
Definition at line 401 of file testClone2.cpp.
Referenced by perimeter(), and TriangleByValue().
| Point TriangleByValue::_c |
Definition at line 401 of file testClone2.cpp.
Referenced by perimeter(), and TriangleByValue().