Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TShear2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include | #include "Math/TransformCalculus2D.h" |
template<typename VType>
static TShear2 FromShearAngles
&40;
const UE::Math::TVector2< VType > & InShearAngles
&41;
Remarks
Generates a shear structure based on angles instead of slope. the sheare structure.
Parameters
| Name | Description |
|---|---|
| InShearAngles | The angles of shear. |