Click or drag to resize

Vector4(Vector4) 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 Vector4(
	Vector4 source
)

Parameters

source  Vector4
The source vector.
See Also