Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Cartesian co-ordinate rotation around an Axis

by FunkyMonk (Chancellor)
on Aug 08, 2011 at 15:00 UTC ( [id://919242]=note: print w/replies, xml ) Need Help??


in reply to Cartesian co-ordinate rotation around an Axis

$angle = 9.4; $translation = 0.4; $coefl1 = 1-cos($angle); $coefl2 = sin($angle);

$angle looks to be measured in degrees, whereas, cos, sin etc use radians.

</guess>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://919242]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-24 16:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found