C# Class Afterglow.Graphics.Cameras.Stand

Matrix implementation for IStand.
Inheritance: IStand
Afficher le fichier Open project: Christof/afterglow Class Usage Examples

Méthodes publiques

Méthode Description
CalculateViewMatrix ( Vector3 position, Vector3 direction, Vector3 up ) : Matrix

Calculates the view matrix.

Stand ( ) : Afterglow.Math

Initializes a new instance of the Stand class.

Method Details

CalculateViewMatrix() public static méthode

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.
Résultat Matrix

Stand() public méthode

Initializes a new instance of the Stand class.
public Stand ( ) : Afterglow.Math
Résultat Afterglow.Math