Documentation
¶
Index ¶
- Variables
- type Direction
- type Point
- func (p *Point) Clone() Point
- func (p *Point) Distance(p2 Point) Point
- func (p *Point) Equal(p2 Point) bool
- func (p *Point) Hash() string
- func (p *Point) InsideBounds(iMin int, jMin int, iMax int, jMax int) bool
- func (p *Point) Sum(p2 Point)
- func (p *Point) SumNew(p2 Point) Point
- func (p *Point) Symmetric() Point
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Point ¶
func (*Point) InsideBounds ¶
Click to show internal directories.
Click to hide internal directories.