(position float32)
| 308 | } |
| 309 | |
| 310 | func (grid *Grid) LockPosition(position float32) float32 { |
| 311 | |
| 312 | return float32(math.Floor(float64(position / globals.GridSize))) |
| 313 | |
| 314 | } |
| 315 | |
| 316 | // func (grid *Grid) CardsAt(point Point) []*Card { |
| 317 | // cards := []*Card{} |
no outgoing calls
no test coverage detected