Click or drag to resize

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

Parameters

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