Vector4I(Vector3I, Int32) Constructor |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector4I(
Vector3I v,
int w
)
Parameters
- v Vector3I
- The vector to use as the X, Y and Z components.
- w Int32
- The W component.
See Also