Vector2d Constructor

Initializes a new instance of the Vector2d class

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public Vector2d(
	double x,
	double y
)

Parameters

x  Double
 
y  Double
 

See Also