CNCGUI.MainForm.GPoint.GPoint C# (CSharp) 메소드

GPoint() 공개 메소드

public GPoint ( ) : System
리턴 System
            public GPoint()
            {
                Invalid = false;
            }

Same methods

MainForm.GPoint::GPoint ( GPoint gp ) : System
MainForm.GPoint::GPoint ( float x, float y, float z ) : System
MainForm.GPoint