using DotRecast.Core; namespace DotRecast.Recast.Geom { public class BoundsItem { public RcVec2f bmin; public RcVec2f bmax; public int i; } }