UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TImplicitLine3< RealType > Struct Template Reference

#include <ImplicitFunctions.h>

Public Member Functions

RealType Value (const TVector< RealType > &Point) const
 
TAxisAlignedBox3< RealType > Bounds () const
 

Public Attributes

TSegment3< RealType > Segment
 
RealType Radius
 

Detailed Description

template<typename RealType>
struct UE::Geometry::TImplicitLine3< RealType >

Implicit Distance-Field Line Object/Primitive, surface shape at isovalue=0 (defined by Distance-Radius) is a capsule

Member Function Documentation

◆ Bounds()

template<typename RealType >
TAxisAlignedBox3< RealType > UE::Geometry::TImplicitLine3< RealType >::Bounds ( ) const
inline

◆ Value()

template<typename RealType >
RealType UE::Geometry::TImplicitLine3< RealType >::Value ( const TVector< RealType > &  Point) const
inline

Member Data Documentation

◆ Radius

template<typename RealType >
RealType UE::Geometry::TImplicitLine3< RealType >::Radius

◆ Segment

template<typename RealType >
TSegment3<RealType> UE::Geometry::TImplicitLine3< RealType >::Segment

The documentation for this struct was generated from the following file: