Portal::GetWorldPlane
Defined in: C4Portals.h
Returns the world-space plane containing the portal.
Prototype
const Vector4D& GetWorldPlane(void) const;
Description
The GetWorldPlane function returns the world-space plane containing the portal. A portal is visible only from the positive side of this plane.
See Also
Vector4D
Portal::GetWorldVertexArray
|