 | VectorIsPerpendicularTo Method |
Compares this vector is perpendicular with the specified vector.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxbool IsPerpendicularTo(
Vector vector,
double tolerance = 1E-07
)
Function IsPerpendicularTo (
vector As Vector,
Optional tolerance As Double = 1E-07
) As Boolean
Parameters
- vector Vector
- Input Vector object that specifies the coordinates to compare.
- tolerance Double (Optional)
- Input Double that specifies the tolerance to be used when determining whether the vectors are perpendicular.
This is an optional argument whose default value is 1E-07.
Return Value
Boolean
True if two vectors are perpendicular, or false otherwise.
See Also