Click or drag to resize

Vector4(Vector3, Double) Constructor

Constructs a Vector4 from the given Vector3 and a W component.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector4(
	Vector3 v,
	double w
)

Parameters

v  Vector3
The vector to use as the X, Y and Z components.
w  Double
The W component.
See Also