dpq2 v1.1.0-dynamic (2021-12-23T17:12:46Z)
Home
Dub
Repo
Path
dpq2
conv
geometric
@
safe
struct
Path (
Point
)
if
(
isValidPointType
!
Point
) {
bool
isClosed
;
Point
[]
points
;
}
Members
Variables
isClosed
bool
isClosed
;
points
Point
[]
points
;
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