Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Enumerations
Edge.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Edge {
  Edge::LEFT, Edge::RIGHT, Edge::UP, Edge::DOWN,
  Edge::NEAR, Edge::FAR
}
 

Enumeration Type Documentation

enum Edge
strong

Represents edges of a cube. When you see a cube from the side of XY plane, left, right, up and down are the edges of this plane. Near edge is this plane. Far is cube edge which is parallel to this plane.

Enumerator
LEFT 
RIGHT 
UP 
DOWN 
NEAR 
FAR