AnimChannel_ACMatrixSwitchType
from panda3d.core import AnimChannel_ACMatrixSwitchType
- class AnimChannel_ACMatrixSwitchType
Bases:
AnimChannelBase
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getHpr()
C++ Interface: get_hpr(const AnimChannel self, int frame, LVecBase3f hpr)
- getPos()
C++ Interface: get_pos(const AnimChannel self, int frame, LVecBase3f pos)
- getQuat()
C++ Interface: get_quat(const AnimChannel self, int frame, LQuaternionf quat)
- getScale()
C++ Interface: get_scale(const AnimChannel self, int frame, LVecBase3f scale)
- getShear()
C++ Interface: get_shear(const AnimChannel self, int frame, LVecBase3f shear)
- getValue()
C++ Interface: get_value(const AnimChannel self, int frame, LMatrix4f value)
- getValueNoScaleShear()
C++ Interface: get_value_no_scale_shear(const AnimChannel self, int frame, LMatrix4f value)
// These transform-component methods only have meaning for matrix types.
- getValueType()
C++ Interface: get_value_type(AnimChannel self)
- get_class_type()
C++ Interface: get_class_type()
- get_hpr()
C++ Interface: get_hpr(const AnimChannel self, int frame, LVecBase3f hpr)
- get_pos()
C++ Interface: get_pos(const AnimChannel self, int frame, LVecBase3f pos)
- get_quat()
C++ Interface: get_quat(const AnimChannel self, int frame, LQuaternionf quat)
- get_scale()
C++ Interface: get_scale(const AnimChannel self, int frame, LVecBase3f scale)
- get_shear()
C++ Interface: get_shear(const AnimChannel self, int frame, LVecBase3f shear)
- get_value()
C++ Interface: get_value(const AnimChannel self, int frame, LMatrix4f value)
- get_value_no_scale_shear()
C++ Interface: get_value_no_scale_shear(const AnimChannel self, int frame, LMatrix4f value)
// These transform-component methods only have meaning for matrix types.
- get_value_type()
C++ Interface: get_value_type(AnimChannel self)