CNCGUI.MainForm.GPoint.GPoint C# (CSharp) Метод

GPoint() публичный Метод

public GPoint ( float x, float y, float z ) : System
x float
y float
z float
Результат System
            public GPoint(float x, float y, float z)
            {
                X = x;
                Y = y;
                Z = z;
                Invalid = false;
            }

Same methods

MainForm.GPoint::GPoint ( ) : System
MainForm.GPoint::GPoint ( GPoint gp ) : System
MainForm.GPoint