CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Constructs the angle that is needed to rotate the first vector counterclockwise to reach the second vector (between 0 and 2.0*Math.PI)
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public Angle( GeoVector2D v1, GeoVector2D v2 ) |
| Visual Basic |
|---|
Public Sub New ( _ v1 As GeoVector2D, _ v2 As GeoVector2D _ ) |
| Visual C++ |
|---|
public: Angle( GeoVector2D v1, GeoVector2D v2 ) |
Parameters
- v1
- Type: CADability..::..GeoVector2D
First vector
- v2
- Type: CADability..::..GeoVector2D
Second vector