SEToolbox.Models.BindablePoint3DModel.BindablePoint3DModel C# (CSharp) Method

BindablePoint3DModel() public method

public BindablePoint3DModel ( float x, float y, float z ) : System
x float
y float
z float
return System
        public BindablePoint3DModel(float x, float y, float z)
            : this()
        {
            X = x;
            Y = y;
            Z = z;
        }

Same methods

BindablePoint3DModel::BindablePoint3DModel ( ) : System
BindablePoint3DModel::BindablePoint3DModel ( System.Windows.Media.Media3D.Point3D point ) : System
BindablePoint3DModel::BindablePoint3DModel ( VRageMath vector ) : System
BindablePoint3DModel::BindablePoint3DModel ( double x, double y, double z ) : System