Click or drag to resize

Vector2H(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 Vector2H(
	HalfType x,
	HalfType y
)

Parameters

x  HalfType
X component.
y  HalfType
Y component.
See Also