CrystalSpace

Public API Reference

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>

List of all members.

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

csBox3 csScreenBoxResult::cbox
 

3D box in camera space.

Definition at line 203 of file mesh.h.

float csScreenBoxResult::distance
 

-1 if object behind the camera or else the distance between the camera and the furthest point of the 3D box.

Definition at line 208 of file mesh.h.

csBox2 csScreenBoxResult::sbox
 

2D box in screen space.

Definition at line 201 of file mesh.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.4