Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csThingBBox Struct Reference

This structure keeps the indices of the vertices which define the bounding box of a csThing. More...

#include <thing.h>

List of all members.

Public Attributes

int i1
int i2
int i3
int i4
int i5
int i6
int i7
int i8


Detailed Description

This structure keeps the indices of the vertices which define the bounding box of a csThing.

It is calculated by CreateBoundingBox() and stored with the csThing.

The following are six polygons which describe the faces of the bounding box (clock-wise vertex order):

  • i2,i1,i3,i4
  • i6,i2,i4,i8
  • i5,i6,i8,i7
  • i1,i5,i7,i3
  • i1,i2,i6,i5
  • i7,i8,i4,i3


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000