Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/TCorePlane
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TCorePlane< T > MakeScaledUnsafe
(
const TCorePlane< U >& Plane, |
Scale the plane and assume that none of the scale components are zero. | Chaos/CorePlane.h | |
static void MakeScaledUnsafe
(
const TVec3< U >& PlaneN, |
Chaos/CorePlane.h |
MakeScaledUnsafe(const TCorePlane< 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/ChaosCore/Public/Chaos/CorePlane.h |
| Include Path | #include "Chaos/CorePlane.h" |
template<typename U>
static TCorePlane < T > MakeScaledUnsafe
(
const TCorePlane < 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/ChaosCore/Public/Chaos/CorePlane.h |
| Include Path | #include "Chaos/CorePlane.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
)