Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/collision/
H A DSbTri3f.h39 class SbTri3fP; variable
74 SbTri3fP * const pimpl;
H A DSbTri3f.cpp87 class SbTri3fP { class
89 SbTri3fP(void) {} in SbTri3fP() function in SbTri3fP
90 SbTri3fP(SbTri3fP * t) in SbTri3fP() function in SbTri3fP
92 SbTri3fP(const SbVec3f & na, const SbVec3f & nb, const SbVec3f & nc) in SbTri3fP() function in SbTri3fP
109 : pimpl(new SbTri3fP) in SbTri3f()
114 : pimpl(new SbTri3fP(PRIVATE(&t))) in SbTri3f()
119 : pimpl(new SbTri3fP(a, b, c)) in SbTri3f()