ratz/src/communication/media/images/gg/point.go

type Point

func (a Point) Fixed() fixed.Point26_6 {}

func (a Point) Distance(b Point) float64 {}

func (a Point) Interpolate(b Point, t float64) Point {}