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