|
Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
Include dependency graph for a_point2.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | a_point2 |
Functions | |
| a_point2 | operator+ (const a_point2 &a, const a_point2 &b) |
| a_point2 | operator- (const a_point2 &a, const a_point2 &b) |
| double | operator* (const a_point2 &a, const a_point2 &b) |
| a_point2 | operator* (const double v, const a_point2 &a) |
| a_point2 | operator* (const a_point2 &a, double v) |
| a_point2 | operator/ (const a_point2 &a, double v) |
| double | dist (const a_point2 &a, const a_point2 &b) |
| double | angle (const a_point2 &a, const a_point2 &b) |
| a_point2 | average (const a_point2 &a, const a_point2 &b, double f=0.5) |
| a_point2 | average_rot (const a_point2 &a, const a_point2 &b, double f=0.5) |
Definition at line 160 of file a_point2.cxx.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 92 of file a_point2.h.
Definition at line 90 of file a_point2.h.
Definition at line 118 of file a_point2.cxx.
Definition at line 130 of file a_point2.cxx.
Definition at line 124 of file a_point2.cxx.
Definition at line 106 of file a_point2.cxx.
Definition at line 112 of file a_point2.cxx.
Definition at line 136 of file a_point2.cxx.