TAffine

[ Thonat et al. 2021, "Tessellation-Free Displacement Mapping for Ray Tracing" ] [ de Figueiredo and Stolf 2004, "Affine Arithmetic: Concepts and Applications" ] [ Rump and Kashiwagi 2015, "Implementation and improvements of affine arithmetic" ]

Unreal Engine C++ API Reference > Developer > NaniteUtilities

References

   
Module NaniteUtilities
Header /Engine/Source/Developer/NaniteUtilities/Public/Affine.h
Include #include "Affine.h"

Syntax

template<typename T, uint32 Num>  
struct TAffine  

Remarks

[ Thonat et al. 2021, "Tessellation-Free Displacement Mapping for Ray Tracing" ] [ de Figueiredo and Stolf 2004, "Affine Arithmetic: Concepts and Applications" ] [ Rump and Kashiwagi 2015, "Implementation and improvements of affine arithmetic" ]

Variables

Type Name Description
T c  
T[Num] e  
T K  

Constructors

Type Name Description
  TAffine ()  
  TAffine ( T Constant )  
  TAffine ( T Min, T Max )  
  TAffine ( T Min, T Max, uint32 Index )  

Functions

Type Name Description
T GetMax ()  
T GetMin ()  
TAffine< flo... SizeSquared () Smaller than (v|v)

Operators

Type Name Description
TAffine< T, ... operator- ( const TAffine< T, Num >& Other )  
TAffine< T, ... operator+ ( const TAffine< T, Num >& Other )  
TAffine< T, ... operator+= ( const TAffine< T, Num >& Other )  
TAffine< T, ... operator-= ( const TAffine< T, Num >& Other )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library