namespace DotRecast.Core { public struct DistSeg { public float DistSqr; public float Seg; } }