CADability dotNET
A two dimensional vector with double x and y components. Keep in mind that this is a value type. Passing a value type as a (non ref) parameter and changing it's value inside the invoked method leaves the original unchanged.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public struct GeoVector2D : ISerializable
Visual Basic
<SerializableAttribute> _
Public Structure GeoVector2D _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public value class GeoVector2D : ISerializable

See Also