Click or drag to resize

Vector4H(Vector4H) Constructor

Constructs a vector with another given vector.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector4H(
	Vector4H source
)

Parameters

source  Vector4H
The source vector.
See Also