Click or drag to resize
Vector3 Constructor (Single)

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

Creates a new instance of Vector3.

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

Parameters

value
Type: SystemSingle
Value to initialize each component to.
See Also