Click or drag to resize

Vector2 Constructor (Double, Double)

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 Vector2(
	double x,
	double y
)

Parameters

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