ILNumerics Ultimate VS

Vector4 Constructor (Single, Single, Single, Single)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Constructs a new Vector4.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

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

Parameters

x
Type: SystemSingle
The x component of the Vector4.
y
Type: SystemSingle
The y component of the Vector4.
z
Type: SystemSingle
The z component of the Vector4.
w
Type: SystemSingle
The w component of the Vector4.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference