Click or drag to resize
Vector3 Constructor (Vector4)

[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(
	Vector4 xyz
)

Parameters

xyz
Type: Vector4

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

See Also