Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PosLenList ¶
type PosLenList []PosLen
func MakePosLenList ¶
func MakePosLenList(srcx, srcy, dstx, dsty float64) PosLenList
func (PosLenList) Len ¶
func (pll PosLenList) Len() int
func (PosLenList) Less ¶
func (pll PosLenList) Less(i, j int) bool
func (PosLenList) Swap ¶
func (pll PosLenList) Swap(i, j int)
func (PosLenList) ToCellLenList ¶
func (pll PosLenList) ToCellLenList() findnear.XYLenList
ToCellLenList calc from-srclen to cell-cross-len
Click to show internal directories.
Click to hide internal directories.