Vector2(Double, Double) 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 Vector2(
double x,
double y
)
Parameters
- x Double
- X component.
- y Double
- Y component.
See Also