CADability dotNET
Overload List
Name | Description | |
---|---|---|
![]() | Angle(Double) |
Constructs an angle from the provided parameter
|
![]() | Angle(GeoVector2D) |
Constructs the angle of the given vector. X-axis is 0, counterclockwise.
|
![]() | Angle(Double, Double) |
Constructs an angle of a 2d vector (dx,dy)
|
![]() | Angle(GeoPoint2D, GeoPoint2D) |
Constructs the angle
|
![]() | Angle(GeoVector, GeoVector) |
Constructs the angle that is enclosed by the two vectors (between 0 and Math.PI)
|
![]() | Angle(GeoVector2D, GeoVector2D) |
Constructs the angle that is needed to rotate the first vector counterclockwise to reach the second vector (between 0 and 2.0*Math.PI)
|