Class RecastCommon

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

public class RecastCommon
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RecastCommon()  
  • Method Summary

    Modifier and Type Method Description
    static int clamp​(int v, int min, int max)  
    static void SetCon​(CompactSpan s, int dir, int i)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)