Tesla Graphics Engine Documentation (January 2012)
Vector3 Constructor (x, y, z)
TeslaTesla.MathVector3Vector3(Single, Single, Single)
Creates a new instance of Vector3.
Declaration Syntax
C#
public Vector3(
	float x,
	float y,
	float z
)
Parameters
x (Single)
X component
y (Single)
Y component
z (Single)
Z component

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