GMLscripts.com

Discuss and collaborate on GML scripts
Invert

You are not logged in.

#1 2015-07-01 02:44:41

GameGoblin
GameGoblin
From: India
Registered: 2015-06-30
Posts: 8
Website

cone_volume()

Expand///cone_volume(radius,height)
//Returns the volume of cone with given radius and height
///GMLscripts.com/license

return (1/3 * pi * sqr(argument0) * argument1);

Offline

Board footer

Powered by FluxBB