次の方法で共有


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

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

構文

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

パラメーター

[in] Plane

平面を記述するベクター。

戻り値

BoundingSphere が指定した平面と交差するかどうかを示す PlaneIntersectionType 値。

注釈

プラットフォームの要件

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

要件

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

こちらもご覧ください

BoundingSphere

交差

参照