Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Scaling Class Reference
[Geometry module]
#include <Scaling.h>
Detailed Description
Represents a generic uniform scaling transformation
- Parameters:
-
_Scalar the scalar type, i.e., the type of the coefficients.
This class represent a uniform scaling transformation. It is the return type of Scaling(Scalar), and most of the time this is the only way it is used. In particular, this class is not aimed to be used to store a scaling transformation, but rather to make easier the constructions and updates of Transform objects.
To represent an axis aligned scaling, use the DiagonalMatrix class.
- See also:
- Scaling(), class DiagonalMatrix, MatrixBase::asDiagonal(), class Translation, class Transform
Generated on Thu Nov 17 2022 22:01:31 by
1.7.2