Navigation
API > API/Runtime > API/Runtime/GeometryCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UE::Geometry::VectorUtil::IsFinite
(
const TVector2< RealType >& V |
VectorUtil.h | ||
bool UE::Geometry::VectorUtil::IsFinite
(
const TVector< RealType >& V |
VectorUtil.h |
UE::Geometry::VectorUtil::IsFinite(const TVector2< RealType > &)
| Name | UE::Geometry::VectorUtil::IsFinite |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/VectorUtil.h |
| Include Path | #include "VectorUtil.h" |
namespace UE
{
namespace Geometry
{
namespace VectorUtil
{
template<typename RealType>
bool UE::Geometry::VectorUtil::IsFinite
(
const TVector2 < RealType > & V
)
}
}
}
true if all components of V are finite
UE::Geometry::VectorUtil::IsFinite(const TVector< RealType > &)
| Name | UE::Geometry::VectorUtil::IsFinite |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/VectorUtil.h |
| Include Path | #include "VectorUtil.h" |
namespace UE
{
namespace Geometry
{
namespace VectorUtil
{
template<typename RealType>
bool UE::Geometry::VectorUtil::IsFinite
(
const TVector < RealType > & V
)
}
}
}
true if all components of V are finite