Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMatrix2
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/MatrixTypes.h |
| Include | #include "MatrixTypes.h" |
static TMatrix2 < RealType > AxisScale
(
TVector2 < RealType > Axis,
RealType Scale,
bool bNormalizeAxis
)
Remarks
Create a matrix that scales along the specified axis
Parameters
| Name | Description |
|---|---|
| Axis | Axis to scale along |
| Scale | Amount to scale |
| bNormalizeAxis | Whether to normalize Axis. If false, assumes Axis was already normalized. |