Vector2d.IsPerpendicularTo Method
Parent Object:
Vector2d
Description
Determine if this vector2d is perpendicular to the specified vector2d.
Syntax
Vector2d.
IsPerpendicularTo
(
Vector
As
Vector2d
, [
Tolerance
] As Double ) As Boolean
Parameters
Name
Type
Description
Vector
Vector2d
Vector to use for perpendicular test.
Tolerance
Double
Tolerance value for test.
This is an optional argument whose default value is 0.0.
Version
Introduced in version 11
© Copyright 2024 Autodesk, Inc.
Comment on this page.