Page 1 of 1

Linear function

Posted: Fri Nov 27, 2015 9:10 am
by bigles
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!

Re: Linear function

Posted: Sat Nov 28, 2015 10:52 am
by jimmy
If applies a linear function (mx +b) to the inputs. In this case m (slope) = 1 and b (intercept) = 0