Description
This struct encapsulates the origin point, and X-, Y-, and Z-axis vectors that define a 3D coordinate system.
Visual Basic
Public Structure CoordinateSystem3d Inherits IFormattable End Structure
C#
public struct CoordinateSystem3d : IFormattable { }
Links
CoordinateSystem3d Methods, CoordinateSystem3d Operators, CoordinateSystem3d Properties