Click or drag to resize

Vector4(Double, Double, Double, Double) Constructor

Constructs a 3d vector with X, Y, Z and W from four values.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public Vector4(
	double x,
	double y,
	double z,
	double w
)

Parameters

x  Double
The x coordinate in 4d-space.
y  Double
The y coordinate in 4d-space.
z  Double
The z coordinate in 4d-space.
w  Double
The w coordinate in 4d-space.
See Also