Click or drag to resize

Vector2H Constructor (HalfType, HalfType)

Constructs a vector with the given individual elements.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector2H(
	HalfType x,
	HalfType y
)

Parameters

x
Type: NeoAxisHalfType
X component.
y
Type: NeoAxisHalfType
Y component.
See Also