Click or drag to resize
GeVector Constructor (Double, Double)
Initializes a new instance of the 2D vector.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeVector(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X component value.
y
Type: SystemDouble
Y component value.
Remarks