| 37 | void setTriMesh(btTriangleMesh* triMesh) { mTriMesh = triMesh; } |
| 38 | |
| 39 | void setMatrix(const osg::Matrixf& matrix) { mMatrix = matrix; } |
| 40 | |
| 41 | void inline operator()(const osg::Vec3& v1, const osg::Vec3& v2, const osg::Vec3& v3, |
| 42 | bool /*temp*/ = false) // Note: unused temp argument left here for OSG versions less than 3.5.6 |
no outgoing calls
no test coverage detected