Functions

matrix_4.cpp File Reference

#include "matrix_4.h"
#include <math.h>
#include "perf/perf.h"
Include dependency graph for matrix_4.cpp:

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.

Function Documentation

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.