次の方法で共有


BoundingOrientedBox::Intersects(FXMVECTOR) 関数 (directxcollision.h)

BoundingOrientedBox で平面との交差をテストします。

構文

PlaneIntersectionType XM_CALLCONV Intersects(
  [in] FXMVECTOR Plane
) noexcept;

パラメーター

[in] Plane

平面を記述するベクトル

戻り値

積集合の状態を示す PlaneIntersectionType 値。

注釈

プラットフォームの要件

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

要件

要件
対象プラットフォーム Windows
ヘッダー directxcollision.h

こちらもご覧ください

BoundingOrientedBox

交差

参照