choreo.ActionSym.ApplyTSegm#

ActionSym.ApplyTSegm()#

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