Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Area ¶
type ObjectData ¶
type Result ¶
type Result struct { Target ObjectData Blockers []ObjectData Obstacles []ObjectData MainPeriod angle.Period }
type Vista ¶
type Vista struct { //current source position SightCone IgnoreSelf Object // contains filtered or unexported fields }
func (*Vista) ClearTempSlices ¶
type WatchResult ¶
type WatchResult []WatchRec
type WorkerPool ¶
type WorkerPool struct {
// contains filtered or unexported fields
}
func NewWorkerPool ¶
func NewWorkerPool() WorkerPool
func (WorkerPool) Run ¶
func (wp WorkerPool) Run(f func())
func (WorkerPool) Wait ¶
func (wp WorkerPool) Wait()
func (WorkerPool) WaitClose ¶
func (wp WorkerPool) WaitClose()
Click to show internal directories.
Click to hide internal directories.