Line Constructor (Point2Dd, Double)

CVB.Net Documentation
Create a line object.

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

public Line(
	Point2Dd normal,
	double d
)

Parameters

normal
Type: Stemmer.CvbPoint2Dd
normal vector of the line
d
Type: SystemDouble
distance between the line and the origin
See Also

Reference