Point2Dd Constructor (Angle, Double)

CVB.Net Documentation
Create a PointD vector from radial coordinates. Note that the Point2Dd vectors are internally stored in Cartesian coordinates and that extensive use of radial coordinates my be slow.

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

public Point2Dd(
	Angle phi,
	double r
)

Parameters

phi
Type: Stemmer.CvbAngle
Angle coordinate.
r
Type: SystemDouble
Radius coordinate.
See Also

Reference