Rope
from direct.showutil.Rope import Rope
Inheritance:
Rope
:
Methods of Rope:
__init__
getPoints
recompute
setup
__init__
def __init__(self, name='Rope')
Undocumented function.
getPoints
def getPoints(self, len)
Undocumented function.
recompute
def recompute(self)
Undocumented function.
setup
def setup(self, order, verts, knots=None)
Undocumented function.