Shape::SideDef Struct Reference

SideDef is the definition of a side, a border between two faces. More...

#include <Shape.h>

Collaboration diagram for Shape::SideDef:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SideDef ()
 SideDef (EAxis setdr, Coord3d setex, int *setnei)

Public Attributes

EAxis dr
 direction of the side
Coord3d ex
 start point of the side
int nei [2]
 indexes of the faces bordering with this side. may be two or one (empty is -1)

Detailed Description

SideDef is the definition of a side, a border between two faces.

Every two faces connect in a "side" a side is defined by its point of origin and the axis along which it goes


Constructor & Destructor Documentation

Shape::SideDef::SideDef (  )  [inline]

Shape::SideDef::SideDef ( EAxis  setdr,
Coord3d  setex,
int *  setnei 
) [inline]


Member Data Documentation

direction of the side

start point of the side

indexes of the faces bordering with this side. may be two or one (empty is -1)


The documentation for this struct was generated from the following file: