C# Class SEToolbox.Models.BindablePoint3DModel

Inheritance: BaseModel
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
BindablePoint3DModel ( ) : System
BindablePoint3DModel ( System.Windows.Media.Media3D.Point3D point ) : System
BindablePoint3DModel ( VRageMath vector ) : System
BindablePoint3DModel ( double x, double y, double z ) : System
BindablePoint3DModel ( float x, float y, float z ) : System
RoundOff ( double roundTo ) : BindablePoint3DModel
ToString ( ) : string
ToVector3 ( ) : VRageMath.Vector3
ToVector3D ( ) : VRageMath.Vector3D

Private Methods

Méthode Description
ToFloat ( double value ) : float

Method Details

BindablePoint3DModel() public méthode

public BindablePoint3DModel ( ) : System
Résultat System

BindablePoint3DModel() public méthode

public BindablePoint3DModel ( System.Windows.Media.Media3D.Point3D point ) : System
point System.Windows.Media.Media3D.Point3D
Résultat System

BindablePoint3DModel() public méthode

public BindablePoint3DModel ( VRageMath vector ) : System
vector VRageMath
Résultat System

BindablePoint3DModel() public méthode

public BindablePoint3DModel ( double x, double y, double z ) : System
x double
y double
z double
Résultat System

BindablePoint3DModel() public méthode

public BindablePoint3DModel ( float x, float y, float z ) : System
x float
y float
z float
Résultat System

RoundOff() public méthode

public RoundOff ( double roundTo ) : BindablePoint3DModel
roundTo double
Résultat BindablePoint3DModel

ToString() public méthode

public ToString ( ) : string
Résultat string

ToVector3() public méthode

public ToVector3 ( ) : VRageMath.Vector3
Résultat VRageMath.Vector3

ToVector3D() public méthode

public ToVector3D ( ) : VRageMath.Vector3D
Résultat VRageMath.Vector3D