This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Dot (FRigVMFunction_MathQuaternionDot)
Returns the dot product between two quaternions
Information
| Plugin | RigVM | |
| Category | Math|Quaternion | |
| Tags | Dot, | |
| Type | FRigVMFunction_MathQuaternionDot |
Inputs
| 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
Information
| Plugin | RigVM | |
| Category | Math|Vector | |
| Tags | Dot, | |
| Type | FRigVMFunction_MathVectorDot |
Inputs
| 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 |