Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
Go to the source code of this file.
Classes | |
class | a_point |
Functions | |
a_point | operator+ (const a_point &a, const a_point &b) |
a_point | operator- (const a_point &a, const a_point &b) |
double | operator* (const a_point &a, const a_point &b) |
a_point | operator* (const double v, const a_point &a) |
a_point | operator* (const a_point &a, double v) |
a_point | cross (const a_point &a, const a_point &b) |
a_point | operator/ (const a_point &a, double v) |
a_point | circle_centre (const a_point &, const a_point &, const a_point &) |
double | dist (const a_point &a, const a_point &b) |
double | angle (a_point a, a_point b) |
a_point | average (const a_point &a, const a_point &b, double f=0.5) |
a_point | average_rot (const a_point &a, const a_point &b, double f=0.5) |
Definition at line 329 of file a_point.cxx.
Definition at line 352 of file a_point.cxx.
Definition at line 293 of file a_point.cxx.
Definition at line 284 of file a_point.cxx.
Definition at line 260 of file a_point.cxx.
Definition at line 272 of file a_point.cxx.
Definition at line 266 of file a_point.cxx.
Definition at line 248 of file a_point.cxx.
Definition at line 254 of file a_point.cxx.
Definition at line 278 of file a_point.cxx.