Math< ScalarT > Class Template Reference

#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/GfxTL/MathHelper.h>

Static Public Member Functions

static ScalarT Abs (ScalarT s)
 
static ScalarT Clamp (ScalarT s, ScalarT bottom, ScalarT top)
 
static ScalarT Max (ScalarT a, ScalarT b)
 
static ScalarT Min (ScalarT a, ScalarT b)
 
static ScalarT Sign (ScalarT s)
 

Detailed Description

template<class ScalarT>
class GfxTL::Math< ScalarT >

Definition at line 11 of file MathHelper.h.

Member Function Documentation

◆ Abs()

static ScalarT Abs ( ScalarT  s)
inlinestatic

Definition at line 14 of file MathHelper.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Clamp()

static ScalarT Clamp ( ScalarT  s,
ScalarT  bottom,
ScalarT  top 
)
inlinestatic

Definition at line 36 of file MathHelper.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Max()

static ScalarT Max ( ScalarT  a,
ScalarT  b 
)
inlinestatic

Definition at line 49 of file MathHelper.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Min()

static ScalarT Min ( ScalarT  a,
ScalarT  b 
)
inlinestatic

Definition at line 58 of file MathHelper.h.

+ Here is the call graph for this function:

◆ Sign()

static ScalarT Sign ( ScalarT  s)
inlinestatic

Definition at line 23 of file MathHelper.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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