Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DPlane.h140 ID_INLINE idPlane::idPlane( void ) { in idPlane() function
143 ID_INLINE idPlane::idPlane( float a, float b, float c, float d ) { in idPlane() function
150 ID_INLINE idPlane::idPlane( const idVec3 &normal, const float dist ) { in idPlane() function
H A DSimd.h80 class idPlane; variable