Esempio n. 1
0
func FromMovetree(mt *core.Movetree) *Cropping {
	ints := mt.getIntersections()
	middle := ints / 2
	return FromPreset(ALL)
}