public class YogaConstants extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
shouldUseFastMath |
static float |
UNDEFINED
Large positive number signifies that the property(float) is undefined.
|
Constructor and Description |
---|
YogaConstants() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isUndefined(float value) |
static boolean |
isUndefined(YogaValue value) |
public static final float UNDEFINED
public static boolean shouldUseFastMath
public static boolean isUndefined(float value)
public static boolean isUndefined(YogaValue value)