Navigation
API > API/Runtime > API/Runtime/GeometryCore
Implicit Distance-Field Line Object/Primitive, surface shape at isovalue=0 (defined by Distance-Radius) is a capsule
| Name | TImplicitLine3 |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Implicit/ImplicitFunctions.h |
| Include Path | #include "Implicit/ImplicitFunctions.h" |
Syntax
template<typename RealType>
struct TImplicitLine3
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Radius | RealType | Implicit/ImplicitFunctions.h | ||
| Segment | TSegment3< RealType > | Implicit/ImplicitFunctions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAxisAlignedBox3< RealType > Bounds() |
Implicit/ImplicitFunctions.h | ||
RealType Value
(
const TVector< RealType >& Point |
Implicit/ImplicitFunctions.h |