View Single Post
Old 11th April 2005, 05:01 AM   #12
PerFnurt
Member
Expert member
 
Join Date: Aug 2003
Location: Eslöv, Sweden
Posts: 93
Default

Quote:
get centre point, and rotate the whole object around it...
You'd also have to specify in which axis-order the rotation should be done.

Example:
rotate(90,0,0) followed by rotate(0,90,0)
gives a different result than
rotate(0,90,0) followed by rotate(90,0,0)

Which variant should a rotate(90,90,0) correspond to?
__________________
/Per

www.perfnurt.se
PerFnurt is offline   Reply With Quote