#include "const.h"
#include "fpoint.h"
#include <stdio.h>
#include <math.h>
Functions | |
FLOAT32 | DistanceBetween (FPOINT A, FPOINT B) |
FLOAT32 | NormalizedAngleFrom (FPOINT *Point1, FPOINT *Point2, FLOAT32 FullScale) |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------