data class ContourGroup(val outer: Contour, val holes: List<Contour>)
ContourGroup
(
outer
, holes
)
|
Signature
constructor(outer: Contour, holes: List<Contour>) Parameters outer: Contourholes: ListReturns ContourGroup |
holes
: List
[Get] |
Signature
val holes: List<Contour> |
outer
: Contour
[Get] |
Signature
val outer: Contour |