#include <contact.h>
Public Member Functions | |
void | readFromFile (FILE *fp) |
Loads this contact, including friction edges, from a file. | |
VirtualContactOnObject () | |
void | writeToFile (FILE *fp) |
Writes this contact, including friction edges, to a file. | |
~VirtualContactOnObject () |
Definition at line 559 of file contact.h.
VirtualContactOnObject::VirtualContactOnObject | ( | ) |
Definition at line 1549 of file contact.cpp.
VirtualContactOnObject::~VirtualContactOnObject | ( | ) |
Definition at line 1557 of file contact.cpp.
void VirtualContactOnObject::readFromFile | ( | FILE * | fp | ) |
Loads this contact, including friction edges, from a file.
Loads all the info for this contact from a file previously written by VirtualContact::writeToFile(...)
Reimplemented from VirtualContact.
Definition at line 1562 of file contact.cpp.
void VirtualContactOnObject::writeToFile | ( | FILE * | fp | ) |
Writes this contact, including friction edges, to a file.
Saves all the info needed for this contact (what body and link it's on, location, normal, friction edges and coefficient) to a file.
Reimplemented from VirtualContact.
Definition at line 1644 of file contact.cpp.