dpq2 ~master (2018-04-04T07:19:53Z)
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
isValidBoxType
isValidLineSegmentType
isValidPointType
isValidPolygon
structs
Circle
Line
Path
Infinite line - {A,B,C} (Ax + By + C = 0)