Click or drag to resize
SerializableVector3D Constructor (Vector3D)

[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(
	Vector3D v
)

Parameters

v
Type: Vector3D

[Missing <param name="v"/> documentation for "M:VRage.SerializableVector3D.#ctor(VRageMath.Vector3D)"]

See Also