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