#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Functions | |
| static void | AddCxRow (double matrix[4][4], double c, int i0, int i1) |
| static int | Inv (const double *src, double dst[4][4], double *determinant, double *pivot) |
| static void | SwapCol (double matrix[4][4], int j0, int j1) |
| static void | SwapRow (double matrix[4][4], int i0, int i1) |
| static void AddCxRow | ( | double | matrix[4][4], |
| double | c, | ||
| int | i0, | ||
| int | i1 | ||
| ) | [static] |
Definition at line 66 of file opennurbs_xform.cpp.
| static int Inv | ( | const double * | src, |
| double | dst[4][4], | ||
| double * | determinant, | ||
| double * | pivot | ||
| ) | [static] |
Definition at line 95 of file opennurbs_xform.cpp.
| static void SwapCol | ( | double | matrix[4][4], |
| int | j0, | ||
| int | j1 | ||
| ) | [static] |
Definition at line 32 of file opennurbs_xform.cpp.
| static void SwapRow | ( | double | matrix[4][4], |
| int | i0, | ||
| int | i1 | ||
| ) | [static] |
Definition at line 19 of file opennurbs_xform.cpp.