Home
last modified time | relevance | path

Searched refs:poffset_len (Results 1 – 2 of 2) sorted by relevance

/dports/games/xjig/xjig-2.4/
H A Dobjects.C971 Real MoveablePiece::poffset_len; // length of offset of pointer from center
1007 poffset_len=poffset.Norm(); in DispatchPress()
1010 while (poffset_len<2) { in DispatchPress()
1014 poffset_len=poffset.Norm(); in DispatchPress()
1019 if (poffset_len<warp_center) { in DispatchPress()
1020 poffset_len=warp_center; in DispatchPress()
1021 poffset=poffset_len*poffset.Norm1(); in DispatchPress()
1056 new_offset=(new_offset).Norm1()*poffset_len; in DispatchMotion()
H A Dobjects.H357 static Real poffset_len; variable