#include <Shape.h>
Collaboration diagram for Shape::SideDef:
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) |
Every two faces connect in a "side" a side is defined by its point of origin and the axis along which it goes
Shape::SideDef::SideDef | ( | ) | [inline] |
direction of the side
start point of the side
int Shape::SideDef::nei[2] |
indexes of the faces bordering with this side. may be two or one (empty is -1)