Transforms the BoundingOrientedBox.
public:
void Transform(
BoundingOrientedBox &Out,
float Scale,
XMVECTOR Rotation,
XMVECTOR Translation
)
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.
Header: Declared in directxcollision.h.