|
AIB2 Components - Vector 3D [+ - * ^]
|
|
Category: |
Math
|
|
Description: |
The Vector 3D Processes component provides for the 4 processes, including vector addition, vector subtraction, computing the cross product and computing the dot product. The inputs for this component are the components of two individual vectors. The specific process to apply is selected in the component properties dialog box. The output of the component is the set of components x,y and z for the computed vector. |
|
|
|
Inputs: 7 |
Enabled
Boolean input of 1 or 0, ON or OFF, enabling or disabling computation on the provided inputs. Default is ON.
x1
The input value of type double that is the x component of the first 3D vector.
y1
The input value of type double that is the y component of the first 3D vector.
z1
The input value of type double that is the z component of the first 3D vector.
x2
The input value of type double that is the x component of the second 3D vector.
y2
The input value of type double that is the y component of the second 3D vector.
z2
The input value of type double that is the z component of the second 3D vector.
|
|
|
|
|
Outputs: 4 |
x'
The output value of type double that is the x component of the resulting 3D vector. This output is not available when the selected process is "Dot Product".
y'
The output value of type double that is the y component of the resulting 3D vector. This output is not available when the selected process is "Dot Product".
z'
The output value of type double that is the z component of the resulting 3D vector. This output is not available when the selected process is "Dot Product".
dot product
Output value of type double that is the computed scalar dot product of the two input vectors. This output is available for the process of "Dot Product" calculation.
|
|
|
|
|
Components in Same Category: |
Delay Compare to Input (=) Compare to Input (>) Compare to Input (<) Compare to Constant (=) Compare to Constant (>) Compare to Constant (<) Add Input Values Subtract Input Values Multiply Input Values Divide Input Values Running Stats Delta Absolute Value Raise to Power Square Root Running Total Moving Average Vector 2D Magnitude Vector 3D Magnitude Vector 2D Normalize Vector 3D Normalize Vector 2D [+ - * ^] Sine Cosine Tangent Get Min Get Max Reverse Sign In Range
|
|
Sample Files with this Component: |
|
|
|
|