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