merge changes
This commit is contained in:
@ -6,6 +6,8 @@ import (
|
||||
"math"
|
||||
)
|
||||
|
||||
//fixme store separate FovMap, add method IsInMap to it
|
||||
|
||||
type FieldOfVision struct {
|
||||
cosTable map[int]float64
|
||||
sinTable map[int]float64
|
||||
|
Reference in New Issue
Block a user