C# 클래스 Axiom.Core.ViewPoint

Structure for holding a position & orientation pair.
파일 보기 프로젝트 열기: mono-soc-2011/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
orientation Axiom.Math.Quaternion
position Vector3

프로퍼티 상세

orientation 공개적으로 프로퍼티

public Quaternion,Axiom.Math orientation
리턴 Axiom.Math.Quaternion

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3