Home
last modified time | relevance | path

Searched refs:fc_store (Results 1 – 4 of 4) sorted by relevance

/dports/math/fcl05/fcl-0.5.0/include/fcl/narrowphase/
H A Dgjk.h273 SimplexF* fc_store; member
288 delete [] fc_store; in ~EPA()
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/convexity_based_algorithm/
H A Depa-inl.h109 delete [] fc_store;
117 fc_store = new SimplexF[max_face_num];
123 stock.append(&fc_store[max_face_num-i-1]);
H A Depa.h110 SimplexF* fc_store; member
/dports/math/fcl05/fcl-0.5.0/src/narrowphase/
H A Dgjk.cpp410 fc_store = new SimplexF[max_face_num]; in initialize()
416 stock.append(&fc_store[max_face_num-i-1]); in initialize()