Click or drag to resize

Vector3I(Int32, Int32, Int32) Constructor

Constructs a vector with the given individual elements.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector3I(
	int x,
	int y,
	int z
)

Parameters

x  Int32
X component.
y  Int32
Y component.
z  Int32
Z component.
See Also