Click or drag to resize

VectorIsPerpendicularTo Method

Determines whether this vector is perpendicular to the specified vector.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
bool IsPerpendicularTo(
	Vector vector,
	double tolerance = 1E-07
)

Parameters

vector  Vector
The vector to compare with.
tolerance  Double  (Optional)
The tolerance for comparison. Default is DoubleCompareTolerance (1E-07).

Return Value

Boolean
true if the vectors are perpendicular within tolerance, or false otherwise.
See Also