Tesla Graphics Engine Documentation (January 2012)
SetFrame Method (position, axes)
TeslaTesla.GraphicsCameraSetFrame(Vector3, Quaternion)
Sets the camera's frame from the Quaternion rotation. This will normalize the axes.
Declaration Syntax
C#
public void SetFrame(
	Vector3 position,
	Quaternion axes
)
Parameters
position (Vector3)
Camera position
axes (Quaternion)
Quaterion rotation to get the axes from

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