small opti
This commit is contained in:
parent
0cf71d7abb
commit
a6a3785a9f
5 changed files with 23 additions and 15 deletions
|
|
@ -1,6 +1,8 @@
|
|||
package main
|
||||
|
||||
import "math"
|
||||
import (
|
||||
"math"
|
||||
)
|
||||
|
||||
type Color interface {
|
||||
GetColor(Vector3) Vector3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue