Struct CriAtomEx.Vector
3次元ベクトル構造体
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomEx.Vector
Remarks
説明: 3次元ベクトルを扱うための構造体です。
Fields
x
X軸の要素
Declaration
public float x
Field Value
Type | Description |
---|---|
float |
y
Y軸の要素
Declaration
public float y
Field Value
Type | Description |
---|---|
float |
z
Z軸の要素
Declaration
public float z
Field Value
Type | Description |
---|---|
float |