QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_xform.cpp File Reference
#include "opennurbs.h"

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 ScaleRow (double matrix[4][4], double c, int i)
 
static void SwapCol (double matrix[4][4], int j0, int j1)
 
static void SwapRow (double matrix[4][4], int i0, int i1)
 

Function Documentation

◆ AddCxRow()

static void AddCxRow ( double matrix[4][4],
double c,
int i0,
int i1 )
static

◆ Inv()

static int Inv ( const double * src,
double dst[4][4],
double * determinant,
double * pivot )
static

◆ ScaleRow()

static void ScaleRow ( double matrix[4][4],
double c,
int i )
static

◆ SwapCol()

static void SwapCol ( double matrix[4][4],
int j0,
int j1 )
static

◆ SwapRow()

static void SwapRow ( double matrix[4][4],
int i0,
int i1 )
static