Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 427 Bytes

File metadata and controls

17 lines (9 loc) · 427 Bytes

GetCursor

Retrieving of gravity cursor

Syntax: cursor=GetCursor(past=4)

  • past tells how far back in data from accelerometer to go for cursor computation

Returns: This function returns walker on the spot that relates to gravity cursor with default orientation

Example:

  • cursor=GetCursor(), standard cursor
  • cursor=GetCursor(0), cursor from newest data

See also: ReadAcc