7 lines
55 B
Go
7 lines
55 B
Go
|
package gx
|
||
|
|
||
|
type Triangle struct {
|
||
|
Points [3]Point
|
||
|
}
|
||
|
|