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