C# 클래스 SEToolbox.Models.BindablePoint3DModel

상속: BaseModel
파일 보기 프로젝트 열기: midspace/SEToolbox 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ToFloat ( double value ) : float

메소드 상세

BindablePoint3DModel() 공개 메소드

public BindablePoint3DModel ( ) : System
리턴 System

BindablePoint3DModel() 공개 메소드

public BindablePoint3DModel ( System.Windows.Media.Media3D.Point3D point ) : System
point System.Windows.Media.Media3D.Point3D
리턴 System

BindablePoint3DModel() 공개 메소드

public BindablePoint3DModel ( VRageMath vector ) : System
vector VRageMath
리턴 System

BindablePoint3DModel() 공개 메소드

public BindablePoint3DModel ( double x, double y, double z ) : System
x double
y double
z double
리턴 System

BindablePoint3DModel() 공개 메소드

public BindablePoint3DModel ( float x, float y, float z ) : System
x float
y float
z float
리턴 System

RoundOff() 공개 메소드

public RoundOff ( double roundTo ) : BindablePoint3DModel
roundTo double
리턴 BindablePoint3DModel

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToVector3() 공개 메소드

public ToVector3 ( ) : VRageMath.Vector3
리턴 VRageMath.Vector3

ToVector3D() 공개 메소드

public ToVector3D ( ) : VRageMath.Vector3D
리턴 VRageMath.Vector3D