Click or drag to resize
Vector3 Constructor (Vector3I)

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

Initializes a new instance of the Vector3 class

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public Vector3(
	Vector3I value
)

Parameters

value
Type: Vector3I

[Missing <param name="value"/> documentation for "M:VRageMath.Vector3.#ctor(VRageMath.Vector3I)"]

See Also