Class Vector
三次元ベクトル
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class Vector
Fields
x
ベクトルのX成分
Declaration
public float x
Field Value
Type | Description |
---|---|
Single |
y
ベクトルのY成分
Declaration
public float y
Field Value
Type | Description |
---|---|
Single |
z
ベクトルのZ成分
Declaration
public float z
Field Value
Type | Description |
---|---|
Single |