#include <common/error.h>#include "h3dconfig.h"#include "common.h"#include "transform.h"#include <common/callstack.h>Functions | |
| void | transform_points (const int np, const QuadPt3D *pt, const Trf *tr, QuadPt3D *tpt) |
| Transform points using a transformation. | |
Transform points using a transformation.
| [in] | np | - the number of points to transform |
| [in] | pt | - the array points to transform |
| [in] | trf | - transformation to use |
| [out] | tpt | - the array of points to store the result |
1.6.3