class Clutter::Point
Public Class Methods
new(x=nil, y=nil)
click to toggle source
# File lib/clutter/point.rb, line 20 def initialize(x=nil, y=nil) initialize_original init(x, y) if x and y end
Also aliased as: initialize_original