/// private メソッド
///---------------------------------------------------------------------------

        /// 姿勢の更新
        private void updateMatrix(Matrix4 mtx)
        {
            BaseMtx = mtx;
            Common.VectorUtil.Set(ref BasePos, mtx);

            objCh.SetMatrix(mtx);
        }