CADability dotNET
Sets the angle to the angle of the given vector. Gets a unit vector with the angle.

Namespace:  CADability
Assembly:  CADability (in CADability.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public GeoVector2D Direction { get; set; }
Visual Basic (Declaration)
Public Property Direction As GeoVector2D
Visual C++
public:
property GeoVector2D Direction {
	GeoVector2D get ();
	void set (GeoVector2D value);
}

See Also