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

 

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.

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