package shape

import (
	
	
)

type shapeCode struct {
	shapeSquare
}

func ( *geo.Box) Shape {
	 := shapeCode{
		shapeSquare: shapeSquare{
			baseShape: &baseShape{
				Type: CODE_TYPE,
				Box:  ,
			},
		},
	}
	.FullShape = go2.Pointer(Shape())
	return 
}

func ( shapeCode) () (,  float64) {
	return 0, 0
}