/*
* @convert degrees to radians
* @param float $degrees
* @return float
*/
function DegreeToRadian($degrees)
{
/*** do the math ***/
return $degrees * pi() / 180;
}
Degrees To Radians
gennaio 23, 2012 By Leave a Comment
game developing, piccoli pezzi di codice
/*
* @convert degrees to radians
* @param float $degrees
* @return float
*/
function DegreeToRadian($degrees)
{
/*** do the math ***/
return $degrees * pi() / 180;
}
Copyright © 2012 · Genesis Framework · WordPress · Log in