dpq2 ~bounds_check (2021-09-24T21:23:54.2054831)
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)