Vector3d Structure

Visual Basic
Public Structure Vector3d
Inherits IFormattable
End Structure
C#
public struct Vector3d : IFormattable {
}
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.

Links