Click or drag to resize

Vector4(Double) Constructor

Constructs a 4d vector with X, Y, Z and W set to the same value.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public Vector4(
	double value
)

Parameters

value  Double
The x, y, z and w coordinates in 4d-space.
See Also