JunkBox_Lib++ (for Windows) 1.10.1
|
#include <matrix.h>
Public Attributes | |
int | x |
x方向成分 | |
int | y |
y方向成分 | |
int | z |
z方向成分 | |
double | n |
ベクトルの大きさ | |
double n |
Definition at line 25 of file matrix.h.
Referenced by f2ivector(), and set_ivector().
int x |
Definition at line 22 of file matrix.h.
Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().
int y |
Definition at line 23 of file matrix.h.
Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().
int z |
Definition at line 24 of file matrix.h.
Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().