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

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

Initializes a new instance of the SerializableVector3D class

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public SerializableVector3D(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

z
Type: SystemDouble

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

See Also