Public Structure Vector3d Inherits IFormattable End Structure
public struct Vector3d : IFormattable {
}
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.
Vector3d Constructor, Vector3d Methods, Vector3d Operators, Vector3d Properties