Initializes a new vector [x, y, z].

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Vector3Int(
	int x,
	int y,
	int z
)

Parameters

x
Type: System..::.Int32
The X coordinate.
y
Type: System..::.Int32
The Y coordinate.
z
Type: System..::.Int32
The Z coordinate.

See Also