Introduced
7.0
UI Location
• Math > Vector
Description
Outputs a boolean value expressing whether the two input vectors are parallel or not.
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 |
|
parallel |
• Type: siICENodeDataBool • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
True if the two input vectors are parallel; otherwise false. |
Restrictions
• These types must match: first, second
• These structures must match: first, second, parallel
• These contexts must match: first, second, parallel
See Also
Autodesk Softimage v7.5