CoordinateSystem2d Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public CoordinateSystem2d(
        Point2d o,
        Vector2d x,
        Vector2d y
)
 
Public Sub New ( 
        o As Point2d,
        x As Vector2d,
        y As Vector2d
)
 
public:
CoordinateSystem2d(
        Point2d o, 
        Vector2d x, 
        Vector2d y
)
 
new : 
        o : Point2d * 
        x : Vector2d * 
        y : Vector2d -> CoordinateSystem2d
 
 
 
Parameters
- o  Point2d
 
-  
 
- x  Vector2d
 
-  
 
- y  Vector2d
 
-  
 
 
See Also