Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KAlO2/PerfectShow
/ MathUtils
Method
MathUtils
src/com/cloudream/ishow/util/MathUtils.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
private
static
final
float RAD_TO_DEG = (float)(180 / Math.PI);
21
22
private
MathUtils()
23
{
24
}
25
26
public
static
int
clamp(
int
amount,
int
low,
int
high)
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected