Retrieving of gravity cursor
Syntax: cursor=GetCursor(past=4)
cursor=GetCursor(past=4)
past tells how far back in data from accelerometer to go for cursor computation
past
Returns: This function returns walker on the spot that relates to gravity cursor with default orientation
Example:
cursor=GetCursor(), standard cursor
cursor=GetCursor()
cursor=GetCursor(0), cursor from newest data
cursor=GetCursor(0)
See also: ReadAcc
Last updated 6 years ago