#include <matrix.h>
Data Fields | |
int | x |
x方向成分 | |
int | y |
y方向成分 | |
int | z |
z方向成分 | |
double | n |
ベクトルの大きさ |
Definition at line 26 of file matrix.h.
double n |
Definition at line 30 of file matrix.h.
Referenced by f2ivector(), and set_ivector().
int x |
Definition at line 27 of file matrix.h.
Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().
int y |
Definition at line 28 of file matrix.h.
Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().
int z |
Definition at line 29 of file matrix.h.
Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().