Vector3I(Int32, Int32, Int32) Constructor |
Constructs a vector with the given individual elements.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector3I(
int x,
int y,
int z
)
Parameters
- x Int32
- X component.
- y Int32
- Y component.
- z Int32
- Z component.
See Also