Linear function

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Jonas Widmer
Posts: 17
Joined: Tue Sep 15, 2015 1:37 pm

Linear function

Post by Jonas Widmer » Fri Nov 27, 2015 9:10 am

Hi!

Could someone explain me, what the linear function does:


</CoordinateSet>
<SpatialTransform>
<TransformAxis name="rotation1">
<axis> 1.000000000000 0.000000000000 0.000000000000 </axis>
<function name="f1">
<LinearFunction>
<coefficients> 1.000000 0.000000 </coefficients>
</LinearFunction>
</function>


Thanks!

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Linear function

Post by jimmy d » Sat Nov 28, 2015 10:52 am

If applies a linear function (mx +b) to the inputs. In this case m (slope) = 1 and b (intercept) = 0

POST REPLY