class Mittsu::BoxGeometry
Public Instance Methods
volume()
click to toggle source
# File 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