ForceNode
- 
class ForceNode
- Bases: - PandaNode- A force that lives in the scene graph and is therefore subject to local coordinate systems. An example of this would be simulating gravity in a rotating space station. or something. - Inheritance diagram - 
explicit ForceNode(std::string const &name)
- default constructor - copy constructor 
 - 
void clear(void)
 - 
static TypeHandle get_class_type(void)
 - 
std::size_t get_num_forces(void) const
 - 
void remove_force(std::size_t index)
- remove operation 
 - 
virtual void write_forces(std::ostream &out, int indent = 0) const
- Write a string representation of this instance to <out>. 
 
- 
explicit ForceNode(std::string const &name)
