Click or drag to resize

Vector4F Constructor (Vector4F)

Constructs a vector with another given vector.

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

Parameters

source
Type: NeoAxisVector4F
The source vector.
See Also