BoundingOrientedBox::Transform Method (BoundingOrientedBox&, float, XMVECTOR, XMVECTOR)

Transforms the BoundingOrientedBox.

Syntax

public:
void Transform(
         BoundingOrientedBox &Out,
         float Scale,
         XMVECTOR Rotation,
         XMVECTOR Translation
)  

Parameters

Out
Type: BoundingOrientedBox 

[out] The transformed BoundingOrientedBox.

Scale
Type: float 

[in] The value to scale the BoundingOrientedBox by.

Rotation
Type: XMVECTOR 

[in] The value to rotate the BoundingOrientedBox by.

Translation
Type: XMVECTOR 

[in] The value to translate the BoundingOrientedBox by.

Return value

None.

Requirements

Header: Declared in directxcollision.h.