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