Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TTetrahedron
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool Inside
(
const TVec3< T >& Location,
const T HalfThickness
) const
|
|
Chaos/Tetrahedron.h |
|
static bool Inside
(
const TArray< TTriangle< T > >& Tris,
const TVec3< T >& Location,
const T HalfThickness
)
|
|
Chaos/Tetrahedron.h |
|
static bool Inside
(
const TPlane< T, 3 >& Plane,
const TVec3< T >& Location,
const T HalfThickness
)
|
|
Chaos/Tetrahedron.h |
|
Inside(const TVec3< T > &, const T)
| |
|
| Name |
Inside |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Tetrahedron.h |
| Include Path |
#include "Chaos/Tetrahedron.h" |
bool Inside
(
const TVec3< T > & Location,
const T HalfThickness
) const
Inside(const TArray< TTriangle< T > > &, const TVec3< T > &, const T)
| |
|
| Name |
Inside |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Tetrahedron.h |
| Include Path |
#include "Chaos/Tetrahedron.h" |
static bool Inside
(
const TArray < TTriangle < T > > & Tris,
const TVec3< T > & Location,
const T HalfThickness
)
Inside(const TPlane< T, 3 > &, const TVec3< T > &, const T)
| |
|
| Name |
Inside |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Tetrahedron.h |
| Include Path |
#include "Chaos/Tetrahedron.h" |
static bool Inside
(
const TPlane < T, 3 > & Plane,
const TVec3< T > & Location,
const T HalfThickness
)