Description
Returns true if the two vectors are orthogonal
Information
| Plugin | RigVM |
| Category | Math|Vector |
| Type | FRigVMFunction_MathVectorOrthogonal |
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=0.000000,Y=1.000000,Z=0.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | True if the two vectors A and B are orthogonal | bool |