atan2

Started by
1 comment, last by WitchLord 14 years, 9 months ago
Can add to main scriptmath.cpp atan2 function?

r = engine->RegisterGlobalFunction("float atan2(float,float)", asFUNCTION(atan2f), asCALL_CDECL); assert( r >= 0 );

Advertisement
ah this would be a nice addition indeed.
==============================
A Developers Blog | Dark Rock Studios - My Site
Will do. Thanks.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement