C# 클래스 Afterglow.Graphics.Cameras.Stand

Matrix implementation for IStand.
상속: IStand
파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
CalculateViewMatrix ( Vector3 position, Vector3 direction, Vector3 up ) : Matrix

Calculates the view matrix.

Stand ( ) : Afterglow.Math

Initializes a new instance of the Stand class.

메소드 상세

CalculateViewMatrix() 공개 정적인 메소드

Calculates the view matrix.
public static CalculateViewMatrix ( Vector3 position, Vector3 direction, Vector3 up ) : Matrix
position Afterglow.Math.Vector3 The position.
direction Afterglow.Math.Vector3 The direction.
up Afterglow.Math.Vector3 The up direction.
리턴 Matrix

Stand() 공개 메소드

Initializes a new instance of the Stand class.
public Stand ( ) : Afterglow.Math
리턴 Afterglow.Math