Method | Description | |
---|---|---|
BindableVector3DModel ( ) : System | ||
BindableVector3DModel ( VRageMath vector ) : System | ||
BindableVector3DModel ( System.Windows.Media.Media3D.Vector3D vector ) : System | ||
BindableVector3DModel ( double x, double y, double z ) : System | ||
BindableVector3DModel ( float x, float y, float z ) : System | ||
Negate ( ) : |
||
RoundToAxis ( ) : |
||
ToString ( ) : string | ||
ToVector3 ( ) : VRageMath.Vector3 | ||
ToVector3D ( ) : VRageMath.Vector3D |
Method | Description | |
---|---|---|
ToFloat ( double value ) : float |
public BindableVector3DModel ( VRageMath vector ) : System | ||
vector | VRageMath | |
return | System |
public BindableVector3DModel ( System.Windows.Media.Media3D.Vector3D vector ) : System | ||
vector | System.Windows.Media.Media3D.Vector3D | |
return | System |
public BindableVector3DModel ( double x, double y, double z ) : System | ||
x | double | |
y | double | |
z | double | |
return | System |
public BindableVector3DModel ( float x, float y, float z ) : System | ||
x | float | |
y | float | |
z | float | |
return | System |
public RoundToAxis ( ) : |
||
return |