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