dpq2 ~bulk_copy (2021-10-17T23:25:58.5299987)
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
isValidBoxType
isValidLineSegmentType
isValidPointType
isValidPolygon
toValue
mixin templates
GeometricInstancesForIntegrationTest
structs
Circle
Line
Path
Infinite line - {A,B,C} (Ax + By + C = 0)