Share

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

Vector2d Constructor, Vector2d Methods, Vector2d Operators, Vector2d Properties

Was this information helpful?