|
|
| OdeSurfaceParameters (int mode=0, dReal mu=0) |
| |
|
virtual TypeHandle | force_init_type () |
| |
|
dReal | get_bounce () const |
| |
|
dReal | get_bounce_vel () const |
| |
|
int | get_mode () const |
| |
|
dReal | get_motion1 () const |
| |
|
dReal | get_motion2 () const |
| |
|
dReal | get_mu () const |
| |
|
dReal | get_mu2 () const |
| |
|
dReal | get_slip1 () const |
| |
|
dReal | get_slip2 () const |
| |
|
dReal | get_soft_cfm () const |
| |
|
dReal | get_soft_erp () const |
| |
|
const dSurfaceParameters * | get_surface_parameters_ptr () const |
| |
|
virtual TypeHandle | get_type () const |
| |
|
void | set_bounce (dReal bounce) |
| |
|
void | set_bounce_vel (dReal bounce_vel) |
| |
|
void | set_mode (int mode) |
| |
|
void | set_motion1 (dReal motion) |
| |
|
void | set_motion2 (dReal motion) |
| |
|
void | set_mu (dReal mu) |
| |
|
void | set_mu2 (dReal mu2) |
| |
|
void | set_slip1 (dReal slip) |
| |
|
void | set_slip2 (dReal slip) |
| |
|
void | set_soft_cfm (dReal soft_cfm) |
| |
|
void | set_soft_erp (dReal soft_erp) |
| |
|
| TypedObject (const TypedObject ©)=default |
| |
| TypedObject * | as_typed_object () |
| | Returns the object, upcast (if necessary) to a TypedObject pointer. More...
|
| |
| const TypedObject * | as_typed_object () const |
| | Returns the object, upcast (if necessary) to a TypedObject pointer. More...
|
| |
|
int | get_best_parent_from_Set (const std::set< int > &) const |
| |
| int | get_type_index () const |
| | Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More...
|
| |
| bool | is_exact_type (TypeHandle handle) const |
| | Returns true if the current object is the indicated type exactly. More...
|
| |
| bool | is_of_type (TypeHandle handle) const |
| | Returns true if the current object is or derives from the indicated type. More...
|
| |
|
TypedObject & | operator= (const TypedObject ©)=default |
| |
|
void | operator delete (void *, void *) |
| |
|
void | operator delete (void *ptr) |
| |
|
void | operator delete[] (void *, void *) |
| |
|
void | operator delete[] (void *ptr) |
| |
|
void * | operator new (size_t size) |
| |
|
void * | operator new (size_t size, void *ptr) |
| |
|
void * | operator new[] (size_t size) |
| |
|
void * | operator new[] (size_t size, void *ptr) |
| |
Definition at line 28 of file odeSurfaceParameters.h.