{Complexity}

simple note
  • Home
  • About

Archive

Posts Tagged ‘Rotation’

3D Rotation(and Align) about an arbitrary axis

November 17th, 2006 admin 2 comments

we need several steps to do this job.
1. translate to origin
2. rotate Z
3. rotate Y

64819260_50a870c49c.jpg

Z-Axis Rotation
x’ = x*cos q – y*sin q
y’ = x*sin q + y*cos q
z’ = z

X-Axis Rotation
y’ = y*cos q – z*sin q
z’ = y*sin q + z*cos q
x’ = x

Y-Axis Rotation
z’ = z*cos q – x*sin q
x’ = z*sin q + x*cos q
y’ = y

Categories: Algorithm Tags: 3D, Algorithm, Rotation
RSS
  • Google
  • Youdao
  • Xian Guo
  • Zhua Xia
  • My Yahoo!
  • newsgator
  • Bloglines
  • iNezha
Twitter

Random Posts

  • Interview questions
  • Signed java applet
  • 3D Rotation(and Align) about an arbitrary axis
  • The Microarchitecture of the Pentium 4 Processor
  • Linux Server Monitoring Tools

Tag Cloud

3D Ajax Algorithm Apache Applet Archietecture Backup Bioinformatics Bug Certification Component Config CPU Database Directory E-Commerce Eclipse Error Features File Frameworks FTP Gmail Google I/O Input Interview J2EE Java Javamail JML JVMTI Language Linux Magento Pear Programming Random Security Server Shell Script Software Eng System Ubuntu Web

Categories

  • Algorithm
  • Bioinformatics
  • Database
  • Internet
  • J2EE
  • Java
  • Programming
  • Server
  • Software
  • Software Eng
  • System
  • Web

Blogroll

  • Development Blog
  • Documentation
  • Plugins
  • Suggest Ideas
  • Support Forum
  • Themes
  • WordPress Planet

Meta

  • Log in
Top WordPress
Copyright © 2006-2011 {Complexity}
Theme by NeoEase. Valid XHTML 1.1 and CSS 3.