dpq2 ~master (2018-04-04T07:19:53Z)
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
isValidBoxType
isValidLineSegmentType
isValidPointType
isValidPolygon
structs
Circle
Line
Path