CADability dotNET Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static bool IsPerpendicular( GeoVector2D v1, GeoVector2D v2, bool VectorsAreNormalized ) |
| Visual Basic |
|---|
Public Shared Function IsPerpendicular ( _ v1 As GeoVector2D, _ v2 As GeoVector2D, _ VectorsAreNormalized As Boolean _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsPerpendicular( GeoVector2D v1, GeoVector2D v2, bool VectorsAreNormalized ) |
Parameters
- v1
- Type: CADability..::..GeoVector2D
- v2
- Type: CADability..::..GeoVector2D
- VectorsAreNormalized
- Type: System..::..Boolean