Calculate quaternion scalar multiplication
Online calculator for multiplying a quaternion by a real value
This function multiplies the individual fields of a quaternion by a real value.
To carry out the calculation, enter the values of the quaternion and the multiplier. Then click on the 'Calculate' button.
Empty fields count as 0.
|
Description
The quaternion represents a vector used to encode three-dimensional physical rotations. It is used to efficiently rotate an object around the (x,y,z) vector by angle theta, where the following applies:
w = cos(theta/2)
Components
W - The rotation component.
X - The X value of the vector component.
Y - The Y value of the vector component.
Z - The Z value of the vector component.
More Quaternion Functions
Addition • Subtraction • Division • Multiplication • Concatenate • Length • Interpolation • Normalize • Scalar Multiplication • Dot Product • Yaw-Pitch-Roll
|