MFContactMu2 | (ModeFlags) |
MFContactFDir1 | (ModeFlags) |
MFContactBounce | (ModeFlags) |
MFContactSoftERP | (ModeFlags) |
MFContactSoftCFM | (ModeFlags) |
MFContactMotion1 | (ModeFlags) |
MFContactMotion2 | (ModeFlags) |
MFContactSlip1 | (ModeFlags) |
MFContactSlip2 | (ModeFlags) |
MFContactApprox0 | (ModeFlags) |
MFContactApprox11 | (ModeFlags) |
MFContactApprox12 | (ModeFlags) |
MFContactApprox1 | (ModeFlags) |
getBounce float OdeSurfaceParameters::get_bounce(void) const; Undocumented function. |
getBounceVel float OdeSurfaceParameters::get_bounce_vel(void) const; Undocumented function. |
getClassType static TypeHandle OdeSurfaceParameters::get_class_type(void); Undocumented function. |
getMode int OdeSurfaceParameters::get_mode(void) const; Undocumented function. |
getMotion1 float OdeSurfaceParameters::get_motion1(void) const; Undocumented function. |
getMotion2 float OdeSurfaceParameters::get_motion2(void) const; Undocumented function. |
getMu float OdeSurfaceParameters::get_mu(void) const; Undocumented function. |
getMu2 float OdeSurfaceParameters::get_mu2(void) const; Undocumented function. |
getSlip1 float OdeSurfaceParameters::get_slip1(void) const; Undocumented function. |
getSlip2 float OdeSurfaceParameters::get_slip2(void) const; Undocumented function. |
getSoftCfm float OdeSurfaceParameters::get_soft_cfm(void) const; Undocumented function. |
getSoftErp float OdeSurfaceParameters::get_soft_erp(void) const; Undocumented function. |
setBounce void OdeSurfaceParameters::set_bounce(float bounce); Undocumented function. |
setBounceVel void OdeSurfaceParameters::set_bounce_vel(float bounce_vel); Undocumented function. |
setMode void OdeSurfaceParameters::set_mode(int mode); Filename: odeSurfaceParameters.I Created by: joswilso (27Dec06) PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. All rights reserved. All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE." |
setMotion1 void OdeSurfaceParameters::set_motion1(float motion); Undocumented function. |
setMotion2 void OdeSurfaceParameters::set_motion2(float motion); Undocumented function. |
setMu void OdeSurfaceParameters::set_mu(float mu); Undocumented function. |
setMu2 void OdeSurfaceParameters::set_mu2(float mu2); Undocumented function. |
setSlip1 void OdeSurfaceParameters::set_slip1(float slip); Undocumented function. |
setSlip2 void OdeSurfaceParameters::set_slip2(float slip); Undocumented function. |
setSoftCfm void OdeSurfaceParameters::set_soft_cfm(float soft_cfm); Undocumented function. |
setSoftErp void OdeSurfaceParameters::set_soft_erp(float soft_erp); Undocumented function. |
getClassType static TypeHandle TypedObject::get_class_type(void); Undocumented function. |
getType virtual TypeHandle TypedObject::get_type(void) const = 0; Derived classes should override this function to return get_class_type(). |
getTypeIndex int TypedObject::get_type_index(void) const; Description: Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. This is equivalent to get_type().get_index(). |
isExactType bool TypedObject::is_exact_type(TypeHandle handle) const; Description: Returns true if the current object is the indicated type exactly. |
isOfType bool TypedObject::is_of_type(TypeHandle handle) const; Description: Returns true if the current object is or derives from the indicated type. |