Tesla Graphics Engine Documentation (January 2012)
CreateViewMatrix Method (eyePosition, target, up)
TeslaTesla.MathMatrixCreateViewMatrix(Vector3, Vector3, Vector3)
Creates a view matrix with specified eye position, a target, and the up vector in the world.
Declaration Syntax
C#
public static Matrix CreateViewMatrix(
	Vector3 eyePosition,
	Vector3 target,
	Vector3 up
)
Parameters
eyePosition (Vector3)
Position of the camera
target (Vector3)
Camera's target
up (Vector3)
Up vector of camera
Return Value
View matrix

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)