CodingLand/pkg/internal/common/vector2d.go

6 lines
55 B
Go

package common
type Vector2D struct {
X, Y float64
}