|
TPCCLIB
|
A three dimensional point. More...
#include "libtpcimgp.h"Go to the source code of this file.
Functions | |
| int | pRound (float number) |
| float | getDistance (point begin, point end) |
| float | getAngle (point begin, point center) |
A three dimensional point.
Definition in file point.c.
Calculates xy-projection of angle FCX in degrees, where F=first point, C=centre point and X=point with higher x coordinate (y and z coordinate remain the same).
This is used to calculate polar angle with two dimensional points (z=constant).
| begin | First point. |
| center | Centre point. |
Definition at line 55 of file point.c.
Calculate distance between points
| begin | First point |
| end | Second point |