|
|
|
SAA_chainCreateByRotationCreates a 2D or 3D inverse kinematic chain from a list of joint rotations and lengths. set scene [SAA_AllocScene] set rootTrans [SAA_AllocVector] set rotations [ SAA_AllocVector $nbRotations] set lengths [SAA_AllocFloat $nbRotations] . . . set is3DChain 0 or 1 set chnRoot [SAA_AllocElem] SAA_chainCreateByRotation $scene $is3DChain $rootTrans $nbRotations $rotations $lengths $chnRoot
Return ValueReturn correct usage if incorrect parameters are passed |
|
copyright Video-Collage Inc. |