Speed
double Speed (object obj, frame frm, double interval )
Return Value: The speed of the object
Arguments:
obj | object in question |
frm | frame to evaluate speed at |
interval | sampling interval |
Like the Acceleration( ) function, Speed( ) is an averaged quantity. The speed is averaged over the sample interval defined by interval ( frm - interval -> frm ).
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |