MathUtils class

Constructors

MathUtils()

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

degRad double
getter/setter pair
degreesToRadians double
getter/setter pair
radDeg double
getter/setter pair
radiansToDegrees double
getter/setter pair

Static Methods

cbrt(double x) double
clamp(double value, double min, double max) double
cosDeg(double degrees) double
randomTriangular(double min, double max) double
randomTriangularWith(double min, double max, double mode) double
signum(double value) double
sinDeg(double degrees) double
toInt(double x) int