#include "pkvaria.h"
#include "pkgeomf.h"
#include "pkgeomd.h"
Go to the source code of this file.
Functions | |
void | TransPoint3df (const trans3d *tr, const point3f *p, point3f *q) |
void | TransVector3df (const trans3d *tr, const vector3f *v, vector3f *w) |
void | TransContra3df (const trans3d *tri, const vector3f *v, vector3f *w) |
void | Trans3Point2df (const trans3d *tr, const point2f *p, point2f *q) |
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) |
void | Trans3dTof (const trans3d *trd, trans3f *trf) |