class Mittsu::BoxGeometry

Public Instance Methods

volume() click to toggle source
# File browser/ezii-1.0.0/eezee-3-aka-game-x-engine/managables/programs/game_aided_manufacturing/lib/mittsu_monkeypatches/box_geometry.rb, line 2
def volume
    @parameters[:width] * @parameters[:height] * @parameters[:depth]
end