Source code for sensor.contact

[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