Initializes a new instance of the Vector4 structure.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Vector4(
	float x,
	float y,
	float z,
	float w
)

Parameters

x
Type: System..::.Single
X coordinate of the vector.
y
Type: System..::.Single
Y coordinate of the vector.
z
Type: System..::.Single
Z coordinate of the vector.
w
Type: System..::.Single
W coordinate of the vector.

See Also