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

Public Member Functions

 CoordinateSystem3d (CoordinateSystem3d system3d)
 
 CoordinateSystem3d (Point3d o, Vector3d x, Vector3d y)
 
override bool Equals (object obj)
 
bool IsEqualTo (CoordinateSystem3d a)
 
bool IsEqualTo (CoordinateSystem3d 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== (CoordinateSystem3d a, CoordinateSystem3d b)
 
static bool operator!= (CoordinateSystem3d a, CoordinateSystem3d b)
 

Properties

Point3d Origin [get]
 
Vector3d Xaxis [get]
 
Vector3d Yaxis [get]
 
Vector3d Zaxis [get]