NeoAxis Documentation
NeoAxis Documentation
API Reference
NeoAxis
Vector2F Structure
Vector2F Constructor
Vector2F Constructor (Vector2F)
Vector2F Constructor (Single, Single)
Vector2F Constructor (Single, Single)
Constructs a vector with the given individual elements.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Copy
public
Vector2F
(
float
x
,
float
y
)
Parameters
x
Type:
System
Single
X component.
y
Type:
System
Single
Y component.
See Also
Reference
Vector2F Structure
Vector2F Overload
NeoAxis Namespace
Copyright 2024 NeoAxis Group. All rights reserved.