Click or drag to resize
Vector3 Constructor (Vector2, Single)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of Vector3.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public Vector3(
	Vector2 value,
	float z
)

Parameters

value
Type: Vector2
A vector containing the values to initialize x and y components with.
z
Type: SystemSingle
Initial value for the z-component of the vector.
See Also