MathTime class

Constructors

MathTime([bool i = false, double h = 0.0, double m = 0.0, double s = 0.0, double f = 0.0])

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

add(dynamic r) MathTime
addAndAss(dynamic r) MathTime
ass(dynamic r) MathTime
calcHour() double
calcMin() double
calcSec() double
div(dynamic r) MathTime
divAndAss(dynamic r) MathTime
equal(dynamic r) bool
fps() double
frame() double
getMinus() bool
hour() double
min() double
minus() MathTime
mod(dynamic r) MathTime
modAndAss(dynamic r) MathTime
mul(dynamic r) MathTime
mulAndAss(dynamic r) MathTime
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notEqual(dynamic r) bool
reduce() → void
sec() double
setFrame(double f) → void
setHour(double h) → void
setMin(double m) → void
setMinus(bool i) → void
setSec(double s) → void
sub(dynamic r) MathTime
subAndAss(dynamic r) MathTime
toFloat() double
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

dup(MathTime x) MathTime
floatToTime(double x) MathTime
getTime(MathTime t, ParamFloat fps, ParamBoolean minus, ParamFloat hour, ParamFloat min, ParamFloat sec, ParamFloat frame) → void
setTime(MathTime t, double fps, bool minus, double hour, double min, double sec, double frame) MathTime