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

BindablePoint3DModel() public method

public BindablePoint3DModel ( System.Windows.Media.Media3D.Point3D point ) : System
point System.Windows.Media.Media3D.Point3D
return System
        public BindablePoint3DModel(Point3D point)
            : this()
        {
            X = point.X;
            Y = point.Y;
            Z = point.Z;
        }

Same methods

BindablePoint3DModel::BindablePoint3DModel ( ) : System
BindablePoint3DModel::BindablePoint3DModel ( VRageMath vector ) : System
BindablePoint3DModel::BindablePoint3DModel ( double x, double y, double z ) : System
BindablePoint3DModel::BindablePoint3DModel ( float x, float y, float z ) : System