NeoAxis Documentation
NeoAxis Documentation
API Reference
NeoAxis
Vector3I Structure
Vector3I Constructor
Vector3I Constructor (Vector3I)
Vector3I Constructor (Vector2I, Int32)
Vector3I Constructor (Int32, Int32, Int32)
Vector3I Constructor (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
Vector3I
(
int
x
,
int
y
,
int
z
)
Parameters
x
Type:
System
Int32
X component.
y
Type:
System
Int32
Y component.
z
Type:
System
Int32
Z component.
See Also
Reference
Vector3I Structure
Vector3I Overload
NeoAxis Namespace
Copyright 2024 NeoAxis Group. All rights reserved.