#include <LOD.h>
Public Member Functions | |
| INLINE | LODSwitch () |
| INLINE | LODSwitch (float in, float out) |
| INLINE | LODSwitch (const LODSwitch ©) |
| INLINE void | operator= (const LODSwitch ©) |
| INLINE void | get_range (float &in, float &out) const |
| INLINE float | get_in () const |
| INLINE float | get_out () const |
| INLINE void | set_range (float in, float out) |
| INLINE bool | in_range (float dist_squared) const |
| INLINE void | rescale (float factor_squared) |
| INLINE bool | operator== (const LODSwitch &other) const |
| INLINE bool | operator!= (const LODSwitch &other) const |
| INLINE bool | operator< (const LODSwitch &other) const |
| INLINE void | write_datagram (Datagram &destination) const |
| INLINE void | read_datagram (DatagramIterator &source) |
Protected Attributes | |
| float | _in |
| float | _out |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3