Public Structure CoordinateSystem2d Inherits IFormattable End Structure
public struct CoordinateSystem2d : IFormattable {
}
This struct encapsulates the origin point and X- and Y-axis vectors that define a 2D coordinate system.
CoordinateSystem2d Methods, CoordinateSystem2d Operators, CoordinateSystem2d Properties