class Gosuplus::Body

Attributes

a[RW]
height[RW]
position[RW]
width[RW]

Public Class Methods

new(position, width, height, angle = 0) click to toggle source
# File lib/Gosuplus/body.rb, line 5
def initialize(position, width, height, angle = 0)
  @position, @width, @height, @a = position, width, height, angle
end