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