Blender
V3.3
|
Public Attributes | |
float | m [3][3] |
unsigned int | c |
unsigned int | r |
float | n1 |
float | n2 |
float | n3 |
unsigned int | vcount |
unsigned int | scount |
Definition at line 63 of file implicit_blender.c.
unsigned int fmatrix3x3::c |
Definition at line 65 of file implicit_blender.c.
Referenced by init_fmatrix().
float fmatrix3x3::m[3][3] |
Definition at line 64 of file implicit_blender.c.
float fmatrix3x3::n1 |
Definition at line 67 of file implicit_blender.c.
float fmatrix3x3::n2 |
Definition at line 67 of file implicit_blender.c.
float fmatrix3x3::n3 |
Definition at line 67 of file implicit_blender.c.
unsigned int fmatrix3x3::r |
Definition at line 65 of file implicit_blender.c.
Referenced by init_fmatrix().
unsigned int fmatrix3x3::scount |
Definition at line 69 of file implicit_blender.c.
Referenced by create_bfmatrix(), init_bfmatrix(), initdiag_bfmatrix(), and subadd_bfmatrixS_bfmatrixS().
unsigned int fmatrix3x3::vcount |
Definition at line 68 of file implicit_blender.c.
Referenced by cg_filtered(), create_bfmatrix(), filter(), init_bfmatrix(), initdiag_bfmatrix(), and subadd_bfmatrixS_bfmatrixS().