package elements import "fluids/gamedata" type Box struct { Position gamedata.Vector Dimensions gamedata.Vector }