------------------------------------------------------------------------------
| 28 | |
| 29 | //------------------------------------------------------------------------------ |
| 30 | double vtkTimeSourceExample::XFunction(double t) |
| 31 | { |
| 32 | return sin(2 * vtkMath::Pi() * t) * this->XAmplitude; |
| 33 | } |
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | double vtkTimeSourceExample::YFunction(double t) |
no test coverage detected