Tesla Graphics Engine Documentation (January 2012)
Project Method (source, worldMatrix, viewMatrix, projMatrix, result)
TeslaTesla.GraphicsViewportProject(Vector3%, Matrix%, Matrix%, Matrix%, Vector3%)
Projects a 3D Vector from object space to screen space.
Declaration Syntax
C#
public void Project(
	ref Vector3 source,
	ref Matrix worldMatrix,
	ref Matrix viewMatrix,
	ref Matrix projMatrix,
	out Vector3 result
)
Parameters
source (Vector3%)
Vector to project
worldMatrix (Matrix%)
The world matrix
viewMatrix (Matrix%)
The view matrix
projMatrix (Matrix%)
The projection matrix
result (Vector3%)
Vector3 to hold the result

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