Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TPlaneConcrete
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TPlaneConcrete< T > MakeScaledUnsafe
(
const TPlaneConcrete< U >& Plane, |
Scale the plane and assume that none of the scale components are zero. | Chaos/Plane.h | |
static void MakeScaledUnsafe
(
const TVec3< U >& PlaneN, |
Chaos/Plane.h |
MakeScaledUnsafe(const TPlaneConcrete< U > &, const TVec3< T > &, const TVec3< T > &)
Description
Scale the plane and assume that none of the scale components are zero.
| Name | MakeScaledUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Plane.h |
| Include Path | #include "Chaos/Plane.h" |
template<typename U>
static TPlaneConcrete < T > MakeScaledUnsafe
(
const TPlaneConcrete < U > & Plane,
const TVec3< T > & Scale,
const TVec3< T > & InvScale
)
MakeScaledUnsafe(const TVec3< U > &, const TVec3< U > &, const TVec3< T > &, const TVec3< T > &, TVec3< T > &, TVec3< T > &)
| Name | MakeScaledUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Plane.h |
| Include Path | #include "Chaos/Plane.h" |
template<typename U>
static void MakeScaledUnsafe
(
const TVec3< U > & PlaneN,
const TVec3< U > & PlaneX,
const TVec3< T > & Scale,
const TVec3< T > & InvScale,
TVec3< T > & OutN,
TVec3< T > & OutX
)