C# Class Afterglow.Graphics.Cameras.Stand

Matrix implementation for IStand.
Inheritance: IStand
Show file Open project: Christof/afterglow Class Usage Examples

Public Methods

Method 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 method

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.
return Matrix

Stand() public method

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