ILNumerics Ultimate VS

Vector4 Constructor (Vector3, Single)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Constructs a new Vector4 from the specified Vector3 and w component.

[ILNumerics Visualization Engine]

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

public Vector4(
	Vector3 v,
	float w
)

Parameters

v
Type: ILNumerics.DrawingVector3
The Vector3 to copy components from.
w
Type: SystemSingle
The w component of the new Vector4.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference