Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomWalk ¶
type RandomWalk struct {
// contains filtered or unexported fields
}
func NewRandomWalk ¶
func NewRandomWalk(length, speed float64) *RandomWalk
func (*RandomWalk) Over ¶
func (rw *RandomWalk) Over() bool
func (*RandomWalk) Update ¶
func (rw *RandomWalk) Update(ctx *entity.Context)
Click to show internal directories.
Click to hide internal directories.