Description
Returns true if the two vectors are parallel
Information
| Plugin | RigVM |
| Category | Math|Vector |
| Type | FRigVMFunction_MathVectorParallel |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first vector to compare | Vector | (X=1.000000,Y=0.000000,Z=0.000000) |
| B | The second vector to compare | Vector | (X=1.000000,Y=0.000000,Z=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | True if the two vectors A and B are parallel | bool |