Vector4IAddition Operator |
Adds two vectors.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector4I operator +(
Vector4I v1,
Vector4I v2
)
Parameters
- v1 Vector4I
- The first vector to add.
- v2 Vector4I
- The second vector to add.
Return Value
Vector4IThe sum of the two vectors.
See Also