[docs]class Contact(): def __init__(body): """ adds a contact sensor to the world body: The body to connect the contact sensor to """ pass [docs] def get_contact(): """returns the position vector of the contact""" pass
Enter search terms or a module, class or function name.