次の方法で共有


BoundingOrientedBox::Transform 関数 (directxcollision.h)

BoundingOrientedBox を変換します

構文

void XM_CALLCONV Transform(
  BoundingOrientedBox & Out,
  FXMMATRIX             M
) noexcept;

パラメーター

Out

変換された BoundingOrientedBox

M

BoundingOrientedBox を変換するマトリックス。

メモBoundingOrientedBox を変換するマトリックス。

戻り値

このメソッドは値を返しません。

解説

プラットフォームの要件

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

要件

   
サポートされている最小のクライアント Windows 10 ビルド 20348
サポートされている最小のサーバー Windows 10 ビルド 20348
Header directxcollision.h

関連項目

BoundingOrientedBox