class Laser::Cutter::Face

Note: this class badly needs refactoring and tests. Both are coming.

Attributes

edges[RW]
rect[RW]

Public Class Methods

new(rect, edges = []) click to toggle source
# File lib/laser-cutter/face.rb, line 11
def initialize(rect, edges = [])
  self.rect  = rect
  self.edges = edges
end