CoordinateSystem2d Constructor

Constructor for the CoordinateSystem2d structure.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public CoordinateSystem2d(
        Point2d o,
        Vector2d x,
        Vector2d y
)

Parameters

o  Point2d
[in] Coordinate system origin.
x  Vector2d
[in] Defines the positive direction of the x-axis of this system.
y  Vector2d
[in] Defines the positive direction of the y-axis of this system.
See Also

©  Bricsys NV. All rights reserved.