Documentation ¶
Index ¶
Constants ¶
View Source
const (
FnvPrime = 1099511628211
)
Variables ¶
This section is empty.
Functions ¶
func FnvHash ¶
FnvHash is used by our FastHash functions, and implements the FNV hash created by Glenn Fowler, Landon Curt Noll, and Phong Vo. See http://isthe.com/chongo/tech/comp/fnv/.
Types ¶
type ColorPoint ¶
type ColorPoint struct {
// contains filtered or unexported fields
}
func NewColorPoint ¶
func NewColorPoint(x, y int64, color color.RGBA) ColorPoint
func (ColorPoint) Hash ¶
func (cp ColorPoint) Hash() uint64
func (ColorPoint) String ¶
func (cp ColorPoint) String() string
Click to show internal directories.
Click to hide internal directories.