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

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