Click or drag to resize

Vector2F Constructor (Single, Single)

Constructs a vector with the given individual elements.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Vector2F(
	float x,
	float y
)

Parameters

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