JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
ivector Struct Reference

#include <matrix.h>

Public Attributes

int x
 x方向成分
 
int y
 y方向成分
 
int z
 z方向成分
 
double n
 ベクトルの大きさ
 

Detailed Description

Definition at line 21 of file matrix.h.

Member Data Documentation

◆ n

double n

Definition at line 25 of file matrix.h.

Referenced by f2ivector(), and set_ivector().

◆ x

int x

Definition at line 22 of file matrix.h.

Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().

◆ y

int y

Definition at line 23 of file matrix.h.

Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().

◆ z

int z

Definition at line 24 of file matrix.h.

Referenced by f2ivector(), i2vector(), set_ivector(), and unit_ivector().


The documentation for this struct was generated from the following file: