s&
box
News
Charts
Api
History
Wiki
Sign in through
STEAM
MathX
.
DeltaDegrees
Sandbox.System
Sandbox
.
list
Api Index
feed
MathX
class
MathX
Methods
push_pin
AlmostEqual
( value, b, within )
push_pin
Approach
( f, target, delta )
push_pin
CeilToInt
( f )
push_pin
Clamp
( v, min, max )
push_pin
DegreeToRadian
( deg )
push_pin
DeltaDegrees
( from, to )
push_pin
DeltaRadians
( from, to )
push_pin
Floor
( f )
push_pin
FloorToInt
( f )
push_pin
GradiansToDegrees
( grad )
push_pin
GradiansToRadians
( grad )
push_pin
InchToMeter
( inches )
push_pin
InchToMilimeter
( inches )
push_pin
Lerp
( from, to, frac, clamp )
push_pin
LerpDegrees
( from, to, frac, clamp )
push_pin
LerpDegreesTo
( from, to, frac, clamp )
push_pin
LerpInverse
( value, from, to, clamp )
push_pin
LerpRadians
( from, to, frac, clamp )
push_pin
LerpRadiansTo
( from, to, frac, clamp )
push_pin
LerpTo
( from, to, frac, clamp )
push_pin
LerpTo
( from, to, delta, clamp )
push_pin
MeterToInch
( meters )
push_pin
NormalizeDegrees
( degree )
push_pin
RadianToDegree
( rad )
push_pin
Remap
( value, oldLow, oldHigh, newLow, newHigh )
push_pin
Remap
( value, oldLow, oldHigh, newLow, newHigh, clamp )
push_pin
Remap
( value, oldLow, oldHigh, newLow, newHigh )
push_pin
SmoothDamp
( current, target, velocity, smoothTime, deltaTime )
push_pin
SnapToGrid
( f, gridSize )
push_pin
SnapToGrid
( f, gridSize )
push_pin
SphereCameraDistance
( radius, fieldOfView )
push_pin
UnsignedMod
( a, b )
DeltaDegrees
static
float
DeltaDegrees
(
float
from
,
float
to
,
)
Summary
Difference between two angles in degrees. Will always be between -180 and +180.
Parameters
float
from
,
float
to
,
Return Value
float
output