toggle menu
HopperLib
experimental-1-21-SNAPSHOT
jvm
switch theme
search in API
HopperLib
/
cc.mrcl.hopperlib.Utils
/
MathUtils
Math
Utils
public
class
MathUtils
Members
Constructors
Math
Utils
Link copied to clipboard
public
void
MathUtils
(
)
Functions
clamp
Yaw
Degrees
Link copied to clipboard
public
static
float
clampYawDegrees
(
float yaw
)
get
From
Rotation
Link copied to clipboard
public
static
Quaternionf
getFromRotation
(
double yaw
,
double pitch
)
get
Yaw
From
Vector
Link copied to clipboard
public
static
float
getYawFromVector
(
Vector
vector
,
boolean inRadians
)
round
Yaw
Degrees
Link copied to clipboard
public
static
float
roundYawDegrees
(
float yaw
,
int divisions
)