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