Click or drag to resize

Vector4H(HalfType, HalfType, HalfType, HalfType) Constructor

Constructs a vector with the given individual elements.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector4H(
	HalfType x,
	HalfType y,
	HalfType z,
	HalfType w
)

Parameters

x  HalfType
X component.
y  HalfType
Y component.
z  HalfType
Z component.
w  HalfType
W component.
See Also