Interface MathFunctions


public interface MathFunctions
Index of CSS mathematical functions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Index for abs() function.
    static final int
    Index for acos() function.
    static final int
    Index for asin() function.
    static final int
    Index for atan() function.
    static final int
    Index for atan2() function.
    static final int
    Index for clamp() function.
    static final int
    Index for cos() function.
    static final int
    Index for exp() function.
    static final int
    Index for hypot() function.
    static final int
    Index for hypot2() function.
    static final int
    The number of indexes.
    static final int
    Index for log() function.
    static final int
    Index for max() function.
    static final int
    Index for min() function.
    static final int
    Index for mod() function.
    static final int
    Index for pow() function.
    static final int
    Index for rem() function.
    static final int
    Index for round() function.
    static final int
    Index for sign() function.
    static final int
    Index for sin() function.
    static final int
    Index for sqrt() function.
    static final int
    Index for tan() function.