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

Initialise the Vector with one predetermined value for all axes

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public Vector(
	double value
)

Parameters

value
Type: System..::.Double
Value to set all 4 axes to

See Also