[docs]class Prismatic():
"""a link that connects two objects telescopically"""
def __init__(parent,child,pos,direction):
"""
connects two objects together
parent: the parent body
child: the child body
pos: a 3 part tuple for the position of the link
direction: a 3 part unit vector of the driection of the link
"""
pass