Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FImplicitObject
Description
Convert a normal in the inner unscaled object space into a normal in the outer scaled object space. Note: INverse scale is passed in, not the scale
| Name | GetOuterScaledNormal |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObject.h |
| Include Path | #include "Chaos/ImplicitObject.h" |
static FVec3 GetOuterScaledNormal
(
const FVec3 & InnerNormal,
const FVec3 & Scale
)