Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csScreenBoxResult Struct Reference
Return structure for iMeshWrapper->GetScreenBoundingBox(). More...
#include <iengine/mesh.h>
Public Attributes | |
csBox3 | cbox |
3D box in camera space. | |
float | distance |
-1 if object behind the camera or else the distance between the camera and the furthest point of the 3D box. | |
csBox2 | sbox |
2D box in screen space. |
Detailed Description
Return structure for iMeshWrapper->GetScreenBoundingBox().
Definition at line 198 of file mesh.h.
Member Data Documentation
|
3D box in camera space.
|
|
-1 if object behind the camera or else the distance between the camera and the furthest point of the 3D box.
|
|
2D box in screen space.
|
The documentation for this struct was generated from the following file:
- iengine/mesh.h
Generated for Crystal Space by doxygen 1.4.4