BoundingOrientedBox::Transform Method (BoundingOrientedBox&, CXMMATRIX)

Transforms the BoundingOrientedBox.

Syntax

public:
void Transform(
         BoundingOrientedBox &Out,
         CXMMATRIX M
)  

Parameters

Out
Type: BoundingOrientedBox 

[out] The transformed BoundingOrientedBox.

M
Type: CXMMATRIX 

[in] The matrix to transform the BoundingOrientedBox with.

Note The transformation matrix cannot contain a scale transform.

Return value

None.

Requirements

Header: Declared in directxcollision.h.