CoordinateSystem3d Structure

Visual Basic
Public Structure CoordinateSystem3d
Inherits IFormattable
End Structure
C#
public struct CoordinateSystem3d : IFormattable {
}
Description

 

This struct encapsulates the origin point, and X-, Y-, and Z-axis vectors that define a 3D coordinate system.

Links