Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of BoundingFrustum from a left-handed projection matrix.For more info, see BoundingFrustum::CreateFromMatrix.
Syntax
void BoundingFrustum(
CXMMATRIX Projection,
bool rhcoords
) noexcept;
Parameters
Projection
The left-handed projection matrix to create the frustum from.
rhcoords
true
for a right-hand coordinate system; otherwise, false
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Target Platform | Windows |
Header | directxcollision.h |