CodingLand/pkg/internal/land/vector2d.go
2024-07-18 13:59:06 +08:00

6 lines
53 B
Go

package land
type Vector2D struct {
X, Y float64
}