C# 클래스 OpenBveApi.Math.Orientation3

Represents an orientation in three-dimensional space.
파일 보기 프로젝트 열기: leezer3/OpenBVE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default Orientation3
Null Orientation3
X Vector3
Y Vector3
Z Vector3

공개 메소드들

메소드 설명
Orientation3 ( Vector3 x, Vector3 y, Vector3 z )

Creates a new orientation in three-dimensional space.

메소드 상세

Orientation3() 공개 메소드

Creates a new orientation in three-dimensional space.
public Orientation3 ( Vector3 x, Vector3 y, Vector3 z )
x Vector3 The vector pointing right.
y Vector3 The vector pointing up.
z Vector3 The vector pointing forward.

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

Represents the default orientation with X = {1, 0, 0}, Y = {0, 1, 0} and Z = {0, 0, 1}.
public static Orientation3,OpenBveApi.Math Default
리턴 Orientation3

Null 공개적으로 정적으로 프로퍼티

Represents a null orientation.
public static Orientation3,OpenBveApi.Math Null
리턴 Orientation3

X 공개적으로 프로퍼티

The vector pointing right.
public Vector3 X
리턴 Vector3

Y 공개적으로 프로퍼티

The vector pointing up.
public Vector3 Y
리턴 Vector3

Z 공개적으로 프로퍼티

The vector pointing forward.
public Vector3 Z
리턴 Vector3