data class Contour(val points: List<Point2D>)
Contour
(
points
)
|
points
: List
[Get] |
Signature
val points: List<Point2D> |