public class MathUtilsTests extends Object
Constructor and Description |
---|
MathUtilsTests() |
Modifier and Type | Method and Description |
---|---|
void |
testClamp() |
void |
testClampAngle() |
void |
testFastTrig() |
void |
testGetDistance() |
void |
testGetDistanceSquared() |
void |
testGetMidpoint() |
void |
testGetPoint() |
void |
testGetRandomNumberInRange() |
void |
testGetRandomPointOnLine() |
void |
testGetShortestRotation() |
void |
testIsPointOnLine() |
void |
testIsPointWithinCircle() |
public void testGetDistance()
public void testGetDistanceSquared()
public void testClampAngle()
public void testClamp()
public void testGetShortestRotation()
public void testGetMidpoint()
public void testGetPoint()
public void testGetRandomPointOnLine()
public void testIsPointWithinCircle()
public void testIsPointOnLine()
public void testGetRandomNumberInRange()
public void testFastTrig()