choreo.ActionSym.ApplyTSegm#

ActionSym.ApplyTSegm(self, Py_ssize_t tnum, Py_ssize_t tden) -> (Py_ssize_t, Py_ssize_t)#

Returns a rational transformed time segment given an input rational time segment.

Parameters:
  • tnum (int) – Numerator of the input time segment.

  • tden (int) – Denominator of the input time segment.

Returns:

The numerator and denominator of the transformed time segment.

Return type:

int, int