重构服务器
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package g2d
|
||||
|
||||
import "minotaur/utils/g2d/matrix"
|
||||
import (
|
||||
"minotaur/utils/g2d/matrix"
|
||||
)
|
||||
|
||||
// NewMatrix 生成特定宽高的二维矩阵
|
||||
func NewMatrix[T any](width, height int) *matrix.Matrix[T] {
|
||||
|
||||
Reference in New Issue
Block a user