Class RecastCommon

java.lang.Object
org.recast4j.recast.RecastCommon

public class RecastCommon extends Object
  • Constructor Details

    • RecastCommon

      public RecastCommon()
  • Method Details

    • SetCon

      public static void SetCon(CompactSpan s, int dir, int i)
    • clamp

      public static int clamp(int v, int min, int max)