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.
Public Structure Vector2d Inherits IFormattable End Structure
public struct Vector2d : IFormattable { }
Comments? |