C# 클래스 OrientedPoint, racing_game

파일 보기 프로젝트 열기: Rarau/racing_game 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
position Vector3
rotation Quaternion

공개 메소드들

메소드 설명
LocalToWorld ( Vector3 point ) : Vector3
LocalToWorldDirection ( Vector3 dir ) : Vector3
OrientedPoint ( Vector3 position, Quaternion rotation ) : System.Collections
WorldToLocal ( Vector3 point ) : Vector3

메소드 상세

LocalToWorld() 공개 메소드

public LocalToWorld ( Vector3 point ) : Vector3
point Vector3
리턴 Vector3

LocalToWorldDirection() 공개 메소드

public LocalToWorldDirection ( Vector3 dir ) : Vector3
dir Vector3
리턴 Vector3

OrientedPoint() 공개 메소드

public OrientedPoint ( Vector3 position, Quaternion rotation ) : System.Collections
position Vector3
rotation Quaternion
리턴 System.Collections

WorldToLocal() 공개 메소드

public WorldToLocal ( Vector3 point ) : Vector3
point Vector3
리턴 Vector3

프로퍼티 상세

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

rotation 공개적으로 프로퍼티

public Quaternion rotation
리턴 Quaternion