dpq2 v1.0.16 (2020-09-25T11:39:12Z)
Home
Dub
Repo
Line
dpq2
conv
geometric
Infinite line - {A,B,C} (Ax + By + C = 0)
@
safe
struct
Line {
double
a
;
double
b
;
double
c
;
}
Members
Variables
a
double
a
;
b
double
b
;
c
double
c
;
Meta
Source
See Implementation
dpq2
conv
geometric
functions
binaryValueAs
toValue
mixin templates
GeometricInstancesForIntegrationTest
structs
Circle
Line
Path
templates
isGeometricType
isValidBoxType
isValidCircleType
isValidLineSegmentType
isValidLineType
isValidPathType
isValidPointType
isValidPolygon
Infinite line - {A,B,C} (Ax + By + C = 0)