次の方法で共有


XMVectorGetY 関数 (directxmath.h)

yXMVECTOR データ型のコンポーネントを取得します。

構文

float XM_CALLCONV XMVectorGetY(
  [in] FXMVECTOR V
) noexcept;

パラメーター

[in] V

浮動小数点データを格納する有効な 4D ベクター

戻り値

浮動小数点データ Vy格納する 4D ベクターのコンポーネント内の値

注釈

プラットフォームの要件

Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012 と Windows SDK for Windows 8。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。

要件

要件
対象プラットフォーム Windows
ヘッダー directxmath.h (DirectXMath.h を含む)

こちらもご覧ください

DirectXMath ライブラリ ベクター アクセサー関数