public static final class TimeValues.CompositionValue extends java.lang.Object implements ITimeValue
Modifier and Type | Field and Description |
---|---|
private ITimeValue |
f |
private ITimeValue |
g |
Constructor and Description |
---|
CompositionValue(ITimeValue g,
ITimeValue f) |
Modifier and Type | Method and Description |
---|---|
float |
apply(float input) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final ITimeValue g
private final ITimeValue f
public CompositionValue(ITimeValue g, ITimeValue f)
public float apply(float input)
apply
in interface ITimeValue
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object