#include "matrix_4.h"
#include <math.h>
#include "perf/perf.h"
Go to the source code of this file.
Functions | |
void | transformPoints (IN const matrix4_t &T, IN int N, IN const point3d_t *in, OUT point3d_t *out) |
helper method to transform an array of points. |
void transformPoints | ( | IN const matrix4_t & | T, | |
IN int | N, | |||
IN const point3d_t * | inputPoints, | |||
OUT point3d_t * | outputPoints | |||
) |
helper method to transform an array of points.
Caller must provide valid input and output arrays, each of which must contain at least N points.
Definition at line 369 of file matrix_4.cpp.