Retreive direction vector from walker
Syntax: WalkerGetDir(wlk,vect[3])
WalkerGetDir(wlk,vect[3])
wlk walker for examination
wlk
vect[3] vector of size 3 - where to store direction vector
vect[3]
Notes: This function unpacks the direction vector from the structure of walker.
Example: WalkerGetDir(wlk,dir), retrieves direction vector from wlk into dir
WalkerGetDir(wlk,dir)
dir
See also: WalkerSetDir
Last updated 6 years ago