Vector3 構造体

定義

3 つの浮動小数点コンポーネントのベクトルを記述します。

C++ では、 Vector3float3 構造体として投影されます。

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct Vector3
継承
Vector3
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

X

ベクターの x 成分。

Y

ベクトルの y 成分。

Z

ベクターの z 成分。

適用対象

製品 バージョン
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

こちらもご覧ください