NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Functions
ndicapi_math.h File Reference
Include dependency graph for ndicapi_math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ndiRelativeTransform (const double a[8], const double b[8], double c[8])
 
void ndiTransformToMatrixf (const double trans[8], float matrix[16])
 
void ndiTransformToMatrixd (const double trans[8], double matrix[16])
 
void ndiAnglesFromMatrixf (float angles[3], const float matrix[16])
 
void ndiAnglesFromMatrixd (double angles[3], const double matrix[16])
 
void ndiCoordsFromMatrixf (float coords[3], const float matrix[16])
 
void ndiCoordsFromMatrixd (double coords[3], const double matrix[16])
 

Detailed Description

This file contains some math functions that are useful with the NDICAPI.