namespace DotRecast.Detour.Extras.Jumplink
{
public class Edge
public readonly Vector3f sp = new Vector3f();
public readonly Vector3f sq = new Vector3f();
}