Click or drag to resize

Vector4I Constructor (Vector3I, Int32)

Constructs a Vector4I from the given Vector3I and a W component.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector4I(
	Vector3I v,
	int w
)

Parameters

v
Type: NeoAxisVector3I
The vector to use as the X, Y and Z components.
w
Type: SystemInt32
The W component.
See Also