Package org.recast4j.recast
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 intclamp(int v, int min, int max)static voidSetCon(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
-
clamp
public static int clamp(int v, int min, int max)
-