Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Line ¶
type Line struct { Start Point `json:"start" msgpack:"start"` // start point End Point `json:"end" msgpack:"end"` // end point }
////////////////////////////////////////////////////////////////////////////////
type Polygon ¶
type Polygon struct {
Points []Point `json:"points" msgpack:"points"`
}
//////////////////////////////////////////////////////////////////////////// 多边形
Click to show internal directories.
Click to hide internal directories.