BoundingOrientedBox::BoundingOrientedBox(constXMFLOAT3&,constXMFLOAT3&,constXMFLOAT4&) function (directxcollision.h)

Creates an instance of BoundingOrientedBox.

Syntax

void BoundingOrientedBox(
  [in, ref] const XMFLOAT3 & _Center,
  [in, ref] const XMFLOAT3 & _Extents,
  [in, ref] const XMFLOAT4 & _Orientation
) noexcept;

Parameters

[in, ref] _Center

The coordinates of the center of the BoundingOrientedBox.

[in, ref] _Extents

The extents of the BoundingOrientedBox.

[in, ref] _Orientation

The orientation of the BoundingOrientedBox.

Return value

None

Remarks

Platform Requirements

Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012 with the Windows SDK for Windows 8. Supported for Win32 desktop apps, Windows Store apps, and Windows Phone 8 apps.

Requirements

   
Target Platform Windows
Header directxcollision.h

See also

BoundingOrientedBox

Constructors

Reference