| 178 | } |
| 179 | |
| 180 | void PiuTransitionStep(PiuTransition* self, double fraction) |
| 181 | { |
| 182 | xsBeginHost((*self)->the); |
| 183 | xsVars(1); |
| 184 | xsVar(0) = xsReference((*self)->reference); |
| 185 | (void)xsCall1(xsVar(0), xsID_onStep, xsNumber(fraction)); |
| 186 | xsEndHost((*self)->the); |
| 187 | } |
| 188 | |
| 189 | void PiuTransition_get_duration(xsMachine *the) |
| 190 | { |
no outgoing calls
no test coverage detected