ClipMath class

Constructors

ClipMath()

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

charCode0 int
getter/setter pair
charCode9 int
getter/setter pair
charCodeColon int
getter/setter pair
charCodeEx int
getter/setter pair
charCodeLA int
getter/setter pair
charCodeLZ int
getter/setter pair
charCodeUA int
getter/setter pair
charCodeUZ int
getter/setter pair

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

Constants

angTypeDeg → const int
angTypeGrad → const int
angTypeRad → const int
dblEpsilon → const double
normalize → const double
pi → const double
randMax → const int
smax8 → const double
smax16 → const double
smax32 → const double
smin8 → const double
smin16 → const double
smin32 → const double
umax8 → const double
umax16 → const double
umax24 → const double
umax32 → const double
valueTypeComplex → const int
valueTypeFract → const int
valueTypeTime → const int