CodingLand/pkg/internal/land/vector2d.go

6 lines
53 B
Go
Raw Normal View History

2024-07-18 05:59:06 +00:00
package land
type Vector2D struct {
X, Y float64
}