Dot (FRigVMFunction_MathQuaternionDot)
Returns the dot product between two quaternions
| Name |
Description |
Permitted Types |
Default Value |
| A |
The first quaternion to compute the dot product for |
Quat |
(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000) |
| B |
The second quaternion to compute the dot product for |
Quat |
(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000) |
Outputs
| Name |
Description |
Permitted Types |
Default Value |
| Result |
The resulting dot product between two quaternions |
float |
|
Dot (FRigVMFunction_MathVectorDot)
Returns the dot product between two vectors
| Name |
Description |
Permitted Types |
Default Value |
| A |
The first vector compute the dot product for |
Vector |
(X=0.000000,Y=0.000000,Z=0.000000) |
| B |
The second vector compute the dot product for |
Vector |
(X=0.000000,Y=0.000000,Z=0.000000) |
Outputs
| Name |
Description |
Permitted Types |
Default Value |
| Result |
The resulting dot product between A and B |
float |
|