Home
last modified time | relevance | path

Searched defs:calcVol (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bvgl/tests/
H A Dtest_bvgl_volume_of_intersection.cxx31 double calcVol = (4.0/3.0) * vnl_math::pi * same1.radius()*same1.radius()*same1.radius(); in test_bvgl_volume_of_intersection() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dtet_mesh_I.h49 inline double TetMesh::calcVol(int n) in calcVol() function