Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
func (*Bot) FirstIntersectionPoint ¶
func (*Bot) Intersect ¶
func (b *Bot) Intersect(obots ...*Bot) *Intersection
func (*Bot) Intersects ¶
type Intersection ¶
type Intersection struct {
Bots []*Bot
}
func (*Intersection) FirstPoint ¶
func (i *Intersection) FirstPoint() Vector
func (*Intersection) Hash ¶
func (i *Intersection) Hash() string
func (*Intersection) Intersects ¶
func (i *Intersection) Intersects(ob *Bot) bool
func (*Intersection) Smallest ¶
func (is *Intersection) Smallest()
Click to show internal directories.
Click to hide internal directories.