Click or drag to resize
DigitalRuneVector4D Constructor (Vector3D, Double)
Initializes a new instance of the Vector4D class.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Vector4D(
	Vector3D vector,
	double w
)

Parameters

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