linscale
Linscale is a term used in mathematics and computer science to denote linear scaling, a transformation that maps each point to a new position by multiplying coordinates by a constant factor. In its general form, a linear scale about a center c in R^n sends x to x' = c + s (x - c), where s is a scalar. When c is the origin, this reduces to x' = s x, a uniform dilation. If different axes are scaled by different factors, x' = diag(s1, s2, ..., sn) x describes an anisotropic scaling.
Properties: Scaling is a linear transformation; it preserves straight lines and, for origin-centered scaling, scales distances
Applications: Uniform scaling is fundamental in computer graphics for resizing objects and images; anisotropic scaling is
Limitations: Scaling can distort shapes if not uniform; rounding and sampling during image scaling can affect
Terminology: Linscale is not tied to a single software project; outside of specific domains it refers to