Uses of Class
org.blender.dna.DualQuat
-
Packages that use DualQuat Package Description org.blender.dna -
-
Uses of DualQuat in org.blender.dna
Methods in org.blender.dna that return DualQuat Modifier and Type Method Description DualQuat
bPoseChannel_Runtime. getDeform_dual_quat()
Get method for struct member 'deform_dual_quat'.Methods in org.blender.dna that return types with arguments of type DualQuat Modifier and Type Method Description CPointer<DualQuat>
DualQuat. __io__addressof()
Instantiates a pointer on this instance.CPointer<DualQuat>
bPoseChannel_Runtime. getBbone_dual_quats()
Get method for struct member 'bbone_dual_quats'.Methods in org.blender.dna with parameters of type DualQuat Modifier and Type Method Description void
bPoseChannel_Runtime. setDeform_dual_quat(DualQuat deform_dual_quat)
Set method for struct member 'deform_dual_quat'.Method parameters in org.blender.dna with type arguments of type DualQuat Modifier and Type Method Description void
bPoseChannel_Runtime. setBbone_dual_quats(CPointer<DualQuat> bbone_dual_quats)
Set method for struct member 'bbone_dual_quats'.Constructors in org.blender.dna with parameters of type DualQuat Constructor Description DualQuat(DualQuat that)
-