Click or drag to resize
Vector3 Constructor (Double, Double, Double)

[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(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:VRageMath.Vector3.#ctor(System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:VRageMath.Vector3.#ctor(System.Double,System.Double,System.Double)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:VRageMath.Vector3.#ctor(System.Double,System.Double,System.Double)"]

See Also