Public Member Functions | |
| ParticleCompare (GeoPositionsPtr pos, UInt8 axis) | |
| bool | operator() (Int32 x, Int32 y) |
Public Attributes | |
| GeoPositionsPtr | _pos |
| UInt8 | _axis |
Definition at line 415 of file OSGParticleBSP.cpp.
|
||||||||||||
|
Definition at line 417 of file OSGParticleBSP.cpp.
|
|
||||||||||||
|
Definition at line 420 of file OSGParticleBSP.cpp. 00421 { 00422 Pnt3f px,py; 00423 _pos->getValue(px, x); 00424 _pos->getValue(py, y); 00425 00426 return px[_axis] < py[_axis]; 00427 }
|
|
|
Definition at line 429 of file OSGParticleBSP.cpp. |
|
|
Definition at line 430 of file OSGParticleBSP.cpp. |
1.4.3