This struct encapsulates the origin point, and X-, Y-, and Z-axis vectors that define a 3D coordinate system.
Public Structure CoordinateSystem3d Inherits IFormattable End Structure
public struct CoordinateSystem3d : IFormattable { }