About Store Forum Documentation Contact



Post Reply 
Euler angles to rotation matrix
Author Message
Pixel Perfect Offline
Member

Post: #1
Euler angles to rotation matrix
Does Esenthel have any functions to convert Euler angles of rotation into a 3x3 rotation matrix?

I can't seem to find anything yet it must be done internally as the rotation is set using Euler angles in the editor.
06-22-2013 02:09 PM
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #2
RE: Euler angles to rotation matrix
You can use Matrix3 mat; or Matrix mat; and mat.orn(); use .rotate*() or .setRotate*() functions. Is that what you are looking for?
06-22-2013 02:34 PM
Find all posts by this user Quote this message in a reply
Pixel Perfect Offline
Member

Post: #3
RE: Euler angles to rotation matrix
Not sure how I missed those but many thanks Rubeus, .rotate*() was exactly what I needed smile
06-22-2013 03:42 PM
Find all posts by this user Quote this message in a reply
Post Reply