Vector2F(Single, Single) Constructor |
Constructs a vector with the given individual elements.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2F(
float x,
float y
)
Parameters
- x Single
- X component.
- y Single
- Y component.
See Also