About the Orientation command
Posted: 16.07.2007, 08:31
I'm puzzled about the Orientation command in SSC files and I need a confirmation of what I've found. I'm guessing only Chris, Fridger or Selden have the answer to the following question (of course, I may be wrong).
Until today, I believed that I could only apply a single rotation with only the value "1" as the rotation axis in the Orientation command, like these examples below :
Orientation [90 1 0 0] (90?° rotation around the "x" axis)
or
Orientation [90 0 1 0] (90?° rotation around the "y" axis)
or
Orientation [90 0 0 1] (90?° rotation around the "z" axis)
or
Orientation [90 1 1 0] (90?° rotation around what direction ???)
etc.
To make sense, the last three numbers should be the components of an unit vector (the axis of rotation). So [90 1 1 1] for example doesn't make much sense to me. Is it equivalent to the unit vector (1, 1, 1)/sqrt(3) (properly normalised) ?
So are we allowed to use non-integer values (possibly negative) in the last entries of the Orientation command, like this below ?
Orientation [90 0.93969 -0.34202 0]
I tried, and apparently it worked. But I still need a confirmation.
Until today, I believed that I could only apply a single rotation with only the value "1" as the rotation axis in the Orientation command, like these examples below :
Orientation [90 1 0 0] (90?° rotation around the "x" axis)
or
Orientation [90 0 1 0] (90?° rotation around the "y" axis)
or
Orientation [90 0 0 1] (90?° rotation around the "z" axis)
or
Orientation [90 1 1 0] (90?° rotation around what direction ???)
etc.
To make sense, the last three numbers should be the components of an unit vector (the axis of rotation). So [90 1 1 1] for example doesn't make much sense to me. Is it equivalent to the unit vector (1, 1, 1)/sqrt(3) (properly normalised) ?
So are we allowed to use non-integer values (possibly negative) in the last entries of the Orientation command, like this below ?
Orientation [90 0.93969 -0.34202 0]
I tried, and apparently it worked. But I still need a confirmation.