Home
last modified time | relevance | path

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

/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dcollisionmodel.cpp209 unsigned int index_2nd = 1; in determinePlaneEquations() local
210 CVector p2 = theFace[index_2nd]; in determinePlaneEquations()
216 {p2 = theFace[j]; dist2 = d2; index_2nd = j;} in determinePlaneEquations()
234 reverse = (j<index_2nd); in determinePlaneEquations()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCGO.h501 unsigned int index_2nd, int bond_2nd, in splitline()
503 index(index_2nd), bond(bond_2nd) { in splitline()