Home
last modified time | relevance | path

Searched defs:PlaneDistance (Results 1 – 8 of 8) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/bv/
H A DSphere.cpp40 float idSphere::PlaneDistance( const idPlane &plane ) const { in PlaneDistance() function in idSphere
H A DBounds.cpp84 float idBounds::PlaneDistance( const idPlane &plane ) const { in PlaneDistance() function in idBounds
H A DBox.cpp333 float idBox::PlaneDistance( const idPlane &plane ) const { in PlaneDistance() function in idBox
H A DFrustum.cpp86 float idFrustum::PlaneDistance( const idPlane &plane ) const { in PlaneDistance() function in idFrustum
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/geometry/
H A DWinding2D.cpp526 float idWinding2D::PlaneDistance( const idVec3 &plane ) const { in PlaneDistance() function in idWinding2D
H A DSurface.cpp701 float idSurface::PlaneDistance( const idPlane &plane ) const { in PlaneDistance() function in idSurface
H A DWinding.cpp1259 float idWinding::PlaneDistance( const idPlane &plane ) const { in PlaneDistance() function in idWinding
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/geom/
H A Dbsptree.c1394 static inline HPt3Coord PlaneDistance(HPoint3 *plane, HPoint3 *v) in PlaneDistance() function