#include <string.h>
#include <math.h>
#include "pknum.h"
#include "pkgeom.h"
Functions | |
void | TransPoint3fd (const trans3f *tr, const point3d *p, point3d *q) |
void | TransVector3fd (const trans3f *tr, const vector3d *v, vector3d *w) |
void | TransContra3fd (const trans3f *tri, const vector3d *v, vector3d *w) |
void | Trans3Point2fd (const trans3f *tr, const point2d *p, point2d *q) |
void | Trans3fTod (const trans3f *trf, trans3d *trd) |