This function takes scaling factors a, b and c, as arguments and returns a Curve transformation that scales a given Curve by a in x-direction, b in y-direction and c in z-direction.
a
b
c
scaling factor in x-direction
scaling factor in y-direction
scaling factor in z-direction
function that takes a Curve and returns a Curve
This function takes scaling factors
a
,b
andc
, as arguments and returns a Curve transformation that scales a given Curve bya
in x-direction,b
in y-direction andc
in z-direction.