Point2Dd Constructor (Double, Double)

CVB.Net Documentation
Create a Vector2D from the x and y component.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Point2Dd(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
data to initialize with
y
Type: SystemDouble
data to initialize with
See Also

Reference