Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 418 Bytes

walkergetdir.md

File metadata and controls

15 lines (8 loc) · 418 Bytes

WalkerGetDir

Retreive direction vector from walker

Syntax: WalkerGetDir(wlk,vect[3])

  • wlk walker for examination
  • vect[3] vector of size 3 - where to store direction vector

Notes: This function unpacks the direction vector from the structure of walker.

Example: WalkerGetDir(wlk,dir), retrieves direction vector from wlk into dir

See also: WalkerSetDir