UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TDistLine3Ray3< Real > Class Template Reference

#include <DistLine3Ray3.h>

Public Member Functions

 TDistLine3Ray3 (const TLine3< Real > &LineIn, const TRay< Real > &RayIn)
 
Real Get ()
 
Real GetSquared ()
 
Real ComputeResult ()
 

Public Attributes

TLine3< Real > Line
 
TRay< Real > Ray
 
Real DistanceSquared = -1.0
 
TVector< Real > LineClosestPoint
 
Real LineParameter
 
TVector< Real > RayClosestPoint
 
Real RayParameter
 

Detailed Description

template<typename Real>
class UE::Geometry::TDistLine3Ray3< Real >

Compute distance between 3D line and 3D ray

Constructor & Destructor Documentation

◆ TDistLine3Ray3()

template<typename Real >
UE::Geometry::TDistLine3Ray3< Real >::TDistLine3Ray3 ( const TLine3< Real > &  LineIn,
const TRay< Real > &  RayIn 
)
inline

Member Function Documentation

◆ ComputeResult()

template<typename Real >
Real UE::Geometry::TDistLine3Ray3< Real >::ComputeResult ( )
inline

◆ Get()

template<typename Real >
Real UE::Geometry::TDistLine3Ray3< Real >::Get ( )
inline

◆ GetSquared()

template<typename Real >
Real UE::Geometry::TDistLine3Ray3< Real >::GetSquared ( )
inline

Member Data Documentation

◆ DistanceSquared

template<typename Real >
Real UE::Geometry::TDistLine3Ray3< Real >::DistanceSquared = -1.0

◆ Line

template<typename Real >
TLine3<Real> UE::Geometry::TDistLine3Ray3< Real >::Line

◆ LineClosestPoint

template<typename Real >
TVector<Real> UE::Geometry::TDistLine3Ray3< Real >::LineClosestPoint

◆ LineParameter

template<typename Real >
Real UE::Geometry::TDistLine3Ray3< Real >::LineParameter

◆ Ray

template<typename Real >
TRay<Real> UE::Geometry::TDistLine3Ray3< Real >::Ray

◆ RayClosestPoint

template<typename Real >
TVector<Real> UE::Geometry::TDistLine3Ray3< Real >::RayClosestPoint

◆ RayParameter

template<typename Real >
Real UE::Geometry::TDistLine3Ray3< Real >::RayParameter

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