UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::TSpatialRay< T, d > Class Template Reference

#include <ISpatialAcceleration.h>

Public Member Functions

 TSpatialRay ()
 
 TSpatialRay (const TVector< T, d > &InStart, const TVector< T, d > InEnd)
 

Public Attributes

TVector< T, d > Start
 
TVector< T, d > End
 

Constructor & Destructor Documentation

◆ TSpatialRay() [1/2]

template<typename T , int d>
Chaos::TSpatialRay< T, d >::TSpatialRay ( )
inline

◆ TSpatialRay() [2/2]

template<typename T , int d>
Chaos::TSpatialRay< T, d >::TSpatialRay ( const TVector< T, d > &  InStart,
const TVector< T, d >  InEnd 
)
inline

Member Data Documentation

◆ End

template<typename T , int d>
TVector<T, d> Chaos::TSpatialRay< T, d >::End

◆ Start

template<typename T , int d>
TVector<T, d> Chaos::TSpatialRay< T, d >::Start

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