Physics - Kinematics - Rotation

I think of orientation as the current angular position of an object and rotation as an operation which takes a starting orientation and turns it into a possibly different orientation. However both rotation and orientation can be defined in the same way, provided we have a reference orientation we can always define orientation as a rotation from its reference orientation.

There are a number of different ways to represent this rotation in 3D (see rotation).

One possibility, explained under rotation, would be to use 3 angles, say azimuth, elevation, and tilt.

Another possibility would be to use a vector, with the direction of the vector representing the axis of rotation and the length of the vector representing the amount of rotation. However it is important to realise that vector addition cannot be used to calculate the result of concatenated rotations. As an example of how rotations are different, rotating 90 degrees in the x plane followed by 90 degrees in the y plane results in a rotation in the z plane.

So vector addition cannot be used for combining rotations, instead we have to multiply quaternions or matrices.

Representing rotation in program

Rotation in 3D space can be held in a quaternion (see class sfrotation) or a matrix (see class sftransform). For an example of how this might be used in a scenegraph node, see here.


metadata block
see also:
Correspondence about this page Mr. Dual Space

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

 

cover Engineering Mechanics - Includes Statics book and dynamics book below..

cover Engineering Mechanics Vol 2: Dynamics - Gives theory for rigid dynamics, aims to allow prediction of effects of force and motion. Includes rotating frame of reference. Lots of colour diagrams, I guess its college / University level.

Commercial Software Shop

Where I can, I have put links to Amazon for commercial software, not directly related to the software project, but related to the subject being discussed, click on the appropriate country flag to get more details of the software or to buy it from them.

 

cover EOVIA Carrara Studio 2 (Windows) - This is a commercial 3D modelling tool with some Physics simulation. I think it is aimed at games and animations, not for accurate physics simulation. Eovia (http://www.eovia.com).

See carrara site for information about version 3 launch in Sept 2003.

cover Carrara 3D Basics - A simpler low cost version

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2023 Martin John Baker - All rights reserved - privacy policy.