次の方法で共有


XMVectorScale 関数 (directxmath.h)

スカラーは、ベクトルに浮動小数点値を乗算します。

構文

XMVECTOR XM_CALLCONV XMVectorScale(
  [in] FXMVECTOR V,
  [in] float     ScaleFactor
) noexcept;

パラメーター

[in] V

スケーリングするベクター。

[in] ScaleFactor

スカラー値。

戻り値

拡大/縮小されたベクターを返します。

注釈

プラットフォームの要件

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

要件

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

こちらもご覧ください

ベクター算術関数