dpq2 v1.0.0 (2018-10-29T16:19:18Z)
Home
Dub
Repo
GeometricInstancesForIntegrationTest
dpq2
conv
geometric
Undocumented in source.
version(integration_tests)
package @
safe
mixin template
GeometricInstancesForIntegrationTest () {
import
gfm
.
math
;
;
import
dpq2
.
conv
.
geometric
:
Circle
,
Path
;
;
alias
Point
=
vec2d
;
alias
Box
=
box2d
;
struct
LineSegment
;
alias
TestPath
=
Path
!
Point
;
alias
Polygon
=
Point
[]
;
alias
TestCircle
=
Circle
!
Point
;
}
Members
Aliases
Box
alias
Box
=
box2d
Undocumented in source.
Point
alias
Point
=
vec2d
Undocumented in source.
Polygon
alias
Polygon
=
Point
[]
Undocumented in source.
TestCircle
alias
TestCircle
=
Circle
!
Point
Undocumented in source.
TestPath
alias
TestPath
=
Path
!
Point
Undocumented in source.
Structs
LineSegment
struct
LineSegment
Undocumented in source.
Meta
Source
See Implementation
dpq2
conv
geometric
functions
binaryValueAs
isValidBoxType
isValidLineSegmentType
isValidPointType
isValidPolygon
toValue
mixin templates
GeometricInstancesForIntegrationTest
structs
Circle
Line
Path