direct.distributed.DistributedSmoothNodeAI

from direct.distributed.DistributedSmoothNodeAI import DistributedSmoothNodeAI

Inheritance diagram

Inheritance diagram of direct.distributed.DistributedSmoothNodeAI

class DistributedSmoothNodeAI(air, name=None)[source]

Bases: DistributedNodeAI, DistributedSmoothNodeBase

__init__(self, air, name=None)[source]
clearSmoothing(self, bogus=None)[source]
delete(self)[source]
disable(self)[source]
generate(self)[source]
getComponentH(self)[source]
getComponentL(self)[source]
getComponentP(self)[source]
getComponentR(self)[source]
getComponentT(self)[source]
getComponentX(self)[source]
getComponentY(self)[source]
getComponentZ(self)[source]
setComponentH(self, h)[source]
setComponentL(self, l)[source]
setComponentP(self, p)[source]
setComponentR(self, r)[source]
setComponentT(self, t)[source]
setComponentX(self, x)[source]
setComponentY(self, y)[source]
setComponentZ(self, z)[source]
setSmH(self, h, t=None)[source]
setSmHpr(self, h, p, r, t=None)[source]
setSmPos(self, x, y, z, t=None)[source]
setSmPosHpr(self, x, y, z, h, p, r, t=None)[source]
setSmPosHprL(self, l, x, y, z, h, p, r, t=None)[source]
setSmStop(self, t=None)[source]
setSmXY(self, x, y, t=None)[source]
setSmXYH(self, x, y, h, t=None)[source]
setSmXYZH(self, x, y, z, h, t=None)[source]
setSmXZ(self, x, z, t=None)[source]
setSmZ(self, z, t=None)[source]