class Laser::Cutter::Geometry::Point

Public Class Methods

[](*array) click to toggle source
# File lib/laser-cutter/geometry/point.rb, line 5
def self.[] *array
  Point.new *array
end