Package org.recast4j.recast
Class RecastCommon
java.lang.Object
org.recast4j.recast.RecastCommon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intclamp(int v, int min, int max) static voidSetCon(CompactSpan s, int dir, int i)
-
Constructor Details
-
RecastCommon
public RecastCommon()
-
-
Method Details
-
SetCon
-
clamp
public static int clamp(int v, int min, int max)
-