Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CGSearcher ¶
CGSearcher is the interface that wraps the Nearest method.
Nearest searches its list of objects and returns the closest to the given point.
func Create ¶
func Create(crc *tc.CRConfig) (CGSearcher, error)
type Ths ¶
type Ths struct {
// contains filtered or unexported fields
}
Ths provides threadsafe access to a ThsT
type ThsT ¶
type ThsT CGSearcher
ThsT is the Threadsafe type used by this package. ThsT should usually be a pointer or an interface which holds a pointer.
Click to show internal directories.
Click to hide internal directories.