dpq2 ~bulk_copy (2021-10-17T23:25:58.5299987)
Dub
Repo
Circle
dpq2
conv
geometric
@
safe
struct
Circle (
Point
)
if
(
isValidPointType
!
Point
) {
Point
center
;
double
radius
;
}
Members
Variables
center
Point
center
;
radius
double
radius
;
Meta
Source
See Implementation
dpq2
conv
geometric
functions
binaryValueAs
isValidBoxType
isValidLineSegmentType
isValidPointType
isValidPolygon
toValue
mixin templates
GeometricInstancesForIntegrationTest
structs
Circle
Line
Path