Click or drag to resize

Vector3F Constructor (Vector2F, Single)

Constructs a vector with a given Vector2F and a scalar.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector3F(
	Vector2F xy,
	float z
)

Parameters

xy
Type: NeoAxisVector2F
The given Vector2F.
z
Type: SystemSingle
The scalar value.
See Also