Vector2D Constructor

Creates a new instance of Vector2D struct

Namespace:  TSD.API.Remoting.Geometry
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public Vector2D(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The X component
y
Type: SystemDouble
The Y component
See Also