Click or drag to resize
DigitalRuneVector4F Constructor (Vector3F, Single)
Initializes a new instance of the Vector4F class.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Vector4F(
	Vector3F vector,
	float w
)

Parameters

vector
Type: DigitalRune.Mathematics.AlgebraVector3F
The vector (x, y, z).
w
Type: SystemSingle
The w component.
See Also