| 411 | } |
| 412 | |
| 413 | S32 VTimeLineControl::toTime( const S32 &pPoint ) |
| 414 | { |
| 415 | return ( ( S32 )( 1000.f * ( F32 )pPoint / gUnitsPerSec ) - mDurationOffset ); |
| 416 | } |
| 417 | |
| 418 | DefineEngineMethod( VTimeLineControl, toTime, S32, (S32 point), (0), "( pPoint )" ) |
| 419 | { |