Enter your search terms
GNU-Darwin
Web
Submit search form
# File ../lib/fox/core.rb, line 83
def
*(other) FXPoint.new(other*
self
.x, other*
self
.y)
end