class Mittsu::BoxGeometry

Public Instance Methods

volume() click to toggle source
# File managables/programs/game_aided_manufacturing/lib/mittsu_monkeypatches/box_geometry.rb, line 2
def volume
    @parameters[:width] * @parameters[:height] * @parameters[:depth]
end