Rotating your 3D cube
Rotating your 3D cube
My primer on 3D graphics...
			
							- Attachments
 - 
			
		
		
				
- rotate your cube.txt
 - (5 KiB) Downloaded 389 times
 
 
- Dutchman
 - Posts: 872
 - Joined: Mon May 06, 2013 9:21 am
 - My devices: iMac, iPad Air, iPhone
 - Location: Netherlands
 - Flag: 

 
Re: Rotating your 3D cube
Wonderful illustration of that Rodrigues algorithm.
Well done.
 
I probably would have programmed it with a Rotate(x,y,z,ex,ey,ez) function so that it is easy to use in other programs, with other 3d bodies.
			
			
									
									
						Well done.
I probably would have programmed it with a Rotate(x,y,z,ex,ey,ez) function so that it is easy to use in other programs, with other 3d bodies.