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

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