public class Quad extends Object
Modifier and Type | Field and Description |
---|---|
static String |
IN |
static String |
IN_OUT |
static String |
OUT |
Constructor and Description |
---|
Quad() |
Modifier and Type | Method and Description |
---|---|
static float |
easeIn(float t,
float b,
float c,
float d) |
static float |
easeInOut(float t,
float b,
float c,
float d) |
static float |
easeOut(float t,
float b,
float c,
float d) |
public static final String IN
public static final String OUT
public static final String IN_OUT
Copyright © 2016–2018 mattjlewis. All rights reserved.