NeoAxis Documentation
NeoAxis Documentation
API Reference
NeoAxis
Vector4I Structure
Vector4I Constructor
Vector4I Constructor (Vector4I)
Vector4I Constructor (Vector3I, Int32)
Vector4I Constructor (Int32, Int32, Int32, Int32)
Vector4I Constructor (Int32, Int32, Int32, Int32)
Constructs a vector with the given individual elements.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Copy
public
Vector4I
(
int
x
,
int
y
,
int
z
,
int
w
)
Parameters
x
Type:
System
Int32
X component.
y
Type:
System
Int32
Y component.
z
Type:
System
Int32
Z component.
w
Type:
System
Int32
W component.
See Also
Reference
Vector4I Structure
Vector4I Overload
NeoAxis Namespace
Copyright 2024 NeoAxis Group. All rights reserved.