#include <Shape.h>
Collaboration diagram for Shape::FaceDef:
Public Member Functions | |
FaceDef () | |
FaceDef (EPlane setdr, Coord3d setex) | |
FaceDef & | operator= (const FaceDef &src) |
Coord3d | size () |
Public Attributes | |
EPlane | dr |
directions of the face | |
Coord3d | ex |
start point of the face | |
EFacing | facing |
int | corners [4] |
int | sides [4] |
int | nei [4] |
A face is defined by its point of origin ex and its orientation dr it also links to its corners, sides and neibours
Shape::FaceDef::FaceDef | ( | ) | [inline] |
Coord3d Shape::FaceDef::size | ( | ) | [inline] |
directions of the face
start point of the face
int Shape::FaceDef::corners[4] |
int Shape::FaceDef::sides[4] |
int Shape::FaceDef::nei[4] |