libtpcimgp
 All Data Structures Files Functions Variables Typedefs Defines
Data Structures | Typedefs | Functions
include/point.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  point

Typedefs

typedef struct point point

Functions

int pRound (float)
float getDistance (point, point)
float getAngle (point, point)

Typedef Documentation

typedef struct point point

Function Documentation

float getAngle ( point  ,
point   
)

Definition at line 57 of file point.c.

References point::x, and point::y.

float getDistance ( point  ,
point   
)

Definition at line 35 of file point.c.

References point::x, point::y, and point::z.

int pRound ( float  )

Definition at line 19 of file point.c.