Autodesk.AutoCAD.Geometry Namespace > Vector2d Structure
Vector2d Structure
Description

 

This .NET class wraps the AcGeVector2d ObjectARX class. 

 

Vector2d represents a vector in 2D space. It can be viewed as a structure consisting of two doubles. 

Visual Basic
Public Structure Vector2d
Inherits IFormattable
End Structure
C#
public struct Vector2d : IFormattable {
}
Links
   Comments?