7 lines
62 B
Go
7 lines
62 B
Go
|
|
package platform
|
||
|
|
|
||
|
|
type Point struct {
|
||
|
|
X float64
|
||
|
|
Y float64
|
||
|
|
}
|