Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
Gssoft.Gscad.Geometry.CoordinateSystem2d Struct Reference

Public Member Functions

 CoordinateSystem2d (CoordinateSystem2d system2d)
 
 CoordinateSystem2d (Point2d o, Vector2d x, Vector2d y)
 
override bool Equals (object obj)
 
bool IsEqualTo (CoordinateSystem2d a)
 
bool IsEqualTo (CoordinateSystem2d a, Tolerance tolerance)
 
override int GetHashCode ()
 
override string ToString ()
 
string ToString (IFormatProvider provider)
 
string ToString (string format, IFormatProvider provider)
 

Static Public Member Functions

static bool operator== (CoordinateSystem2d a, CoordinateSystem2d b)
 
static bool operator!= (CoordinateSystem2d a, CoordinateSystem2d b)
 

Properties

Point2d Origin [get]
 
Vector2d Xaxis [get]
 
Vector2d Yaxis [get]