dpq2 v1.0.16 (2020-09-25T11:39:12Z)
Home
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
toValue
mixin templates
GeometricInstancesForIntegrationTest
structs
Circle
Line
Path
templates
isGeometricType
isValidBoxType
isValidCircleType
isValidLineSegmentType
isValidLineType
isValidPathType
isValidPointType
isValidPolygon