This .NET class wraps the AcGeVector3d ObjectARX class. Vector3d represents a vector in 3D space. It can be viewed as a structure consisting of 3 doubles.
Public Structure Vector3d Inherits IFormattable End Structure
public struct Vector3d : IFormattable { }
Comments? |