LinearBase#
Qualified name: manim.mobject.graphing.scale.LinearBase
- class LinearBase(scale_factor=1.0)[source]#
Bases:
_ScaleBase
The default scaling class.
- Parameters
scale_factor (float) – The slope of the linear function, by default 1.0
Methods
Multiplies the value by the scale factor.
Inverse of function.