Introduced
7.0
UI Location
• Math > Vector
Description
Outputs a boolean value expressing whether the two input vectors are perpendicular or not. Two vectors are perpendicular if and only if the dot product of these two vectors is 0.
Port Description
Inputs
|
Group ID |
Instances |
Port Name |
Connection Info |
Description |
|
0 |
1 |
first |
• Type: siICENodeDataVector2 or siICENodeDataVector3 • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The first vector to evaluate. |
|
second |
• Type: siICENodeDataVector2 or siICENodeDataVector3 • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The second vector to evaluate. |
||
|
epsilon |
• Type: siICENodeDataFloat • Structure: siICENodeStructureSingle • Context: siICENodeContextSingleton |
The precision used for the evaluation. |
Outputs
|
Port Name |
Connection Info |
Description |
|
perpendicular |
• Type: siICENodeDataBool • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
True if the two input vectors are perpendicular; otherwise false. |
Restrictions
• These types must match: first, second
• These structures must match: first, second, perpendicular
• These contexts must match: first, second, perpendicular
See Also
Autodesk Softimage v7.5