well for the question
VB Code:
function toRad(Deg as integer) as single const Pi = 3.14 toRad = Deg*Pi/180 end function
Alright I hope that works...
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |