Transforms the BoundingOrientedBox.
public:
void Transform(
BoundingOrientedBox &Out,
CXMMATRIX M
)
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.
Header: Declared in directxcollision.h.