Module: Boxbot::Types

Defined in:
lib/boxbot/types.rb

Constant Summary collapse

BoxFaces =
String.enum *%w[
  top
  bottom
  left
  right
  front
  back
]
EdgeDirection =
String.enum *%w[
  out
  in
]
Dimensions =
String.enum *%w[
  width
  height
  depth
]