Vector2(Vector2F) Constructor |
Constructs a vector with another given vector of
Vector2F format.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2(
Vector2F source
)
Parameters
- source Vector2F
- The source vector.
See Also