ClipMath class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
abs(double x)
→ double
-
-
acos(double x)
→ double
-
-
and(double a, double b)
→ double
-
-
approx(double x, double y)
→ bool
-
-
approxM(MathMatrix x, MathMatrix y)
→ bool
-
-
asin(double x)
→ double
-
-
atan(double x)
→ double
-
-
atan2(double x, double y)
→ double
-
-
ceil(double x)
→ double
-
-
char(String chr)
→ int
-
-
charAt(String str, int i)
→ String
-
-
charCodeAt(String str, int i)
→ int
-
-
clearComplexError()
→ void
-
-
clearFractError()
→ void
-
-
clearMatrixError()
→ void
-
-
clearTimeError()
→ void
-
-
clearValueError()
→ void
-
-
complexAngCoef()
→ double
-
-
complexAngType()
→ int
-
-
complexError()
→ bool
-
-
complexIsRad()
→ bool
-
-
complexIsReal()
→ bool
-
-
cos(double x)
→ double
-
-
div(double a, double b)
→ double
-
-
eprec(double x)
→ double
-
-
exp(double x)
→ double
-
-
factorial(double x)
→ double
-
-
floatToExponential(double val, [int? width])
→ String
-
-
floatToFixed(double val, [int? width])
→ String
-
-
floatToString(double val, [int? width])
→ String
-
-
floatToStringPoint(double val, [int? width])
→ String
-
-
floor(double x)
→ double
-
-
fmod(double a, double b)
→ double
-
-
fprec(double x)
→ double
-
-
fractError()
→ bool
-
-
gcd(double x, double y)
→ double
-
-
imod(int a, int b)
→ int
-
-
intToString(double val, int radix, [int? width])
→ String
-
-
isInf(double x)
→ bool
-
-
isNan(double x)
→ bool
-
-
isZero(double x)
→ bool
-
-
lcm(double x, double y)
→ double
-
-
log(double x)
→ double
-
-
matrixError()
→ bool
-
-
mod(double a, double b)
→ double
-
-
modf(double x, ParamFloat y)
→ double
-
-
or(double a, double b)
→ double
-
-
pow(double x, double y)
→ double
-
-
rand()
→ int
-
-
setComplexAngType(int angType)
→ void
-
-
setComplexError()
→ void
-
-
setComplexIsReal(bool isReal)
→ void
-
-
setEnv(ClipMathEnv env)
→ void
-
-
setFractError()
→ void
-
-
setMatrixError()
→ void
-
-
setTimeError()
→ void
-
-
setTimeFps(double fps)
→ void
-
-
setValueType(int type)
→ void
-
-
shiftL(double a, double b)
→ double
-
-
shiftR(double a, double b)
→ double
-
-
signed(double x, double umax, double smin, double smax)
→ double
-
-
sin(double x)
→ double
-
-
sqrt(double x)
→ double
-
-
srand(int seed)
→ void
-
-
stringToFloat(String str, int top, ParamInteger stop)
→ double
-
-
stringToInt(String str, int top, ParamInteger stop, int radix)
→ int
-
-
tan(double x)
→ double
-
-
timeError()
→ bool
-
-
timeFps()
→ double
-
-
toDouble(dynamic x)
→ double
-
-
toInt(double x)
→ double
-
-
unsigned(double x, double umax)
→ double
-
-
valueError()
→ bool
-
-
valueType()
→ int
-
-
xor(double a, double b)
→ double
-