AnimChannel_ACMatrixSwitchType

template<>
class AnimChannel<ACMatrixSwitchType>

Bases: AnimChannelBase

Inheritance diagram

Inheritance diagram of AnimChannel_ACMatrixSwitchType

typedef LMatrix4f LMatrix4

alias of LMatrix4f

static TypeHandle get_class_type(void)
virtual void get_hpr(int frame, LVecBase3 &hpr)
virtual void get_pos(int frame, LVecBase3 &pos)
virtual void get_quat(int frame, LQuaternion &quat)
virtual void get_scale(int frame, LVecBase3 &scale)
virtual void get_shear(int frame, LVecBase3 &shear)
virtual void get_value(int frame, LMatrix4 &value) = 0
virtual void get_value_no_scale_shear(int frame, LMatrix4 &value)

These transform-component methods only have meaning for matrix types.

virtual TypeHandle get_value_type(void) const