dup static method

MathTime dup(
  1. MathTime x
)

Implementation

static MathTime dup( MathTime x ){
	return setTime( MathTime(), x._fps, x._minus, x._hour, x._min, x._sec, x._frame );
}