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()

template<class ScalarT>
static ScalarT Abs ( ScalarT s)
inlinestatic

Definition at line 15 of file MathHelper.h.

+ Here is the caller graph for this function:

◆ Clamp()

template<class ScalarT>
static ScalarT Clamp ( ScalarT s,
ScalarT bottom,
ScalarT top )
inlinestatic

Definition at line 39 of file MathHelper.h.

+ Here is the caller graph for this function:

◆ Max()

template<class ScalarT>
static ScalarT Max ( ScalarT a,
ScalarT b )
inlinestatic

Definition at line 53 of file MathHelper.h.

+ Here is the caller graph for this function:

◆ Min()

template<class ScalarT>
static ScalarT Min ( ScalarT a,
ScalarT b )
inlinestatic

Definition at line 63 of file MathHelper.h.

◆ Sign()

template<class ScalarT>
static ScalarT Sign ( ScalarT s)
inlinestatic

Definition at line 25 of file MathHelper.h.

+ Here is the caller graph for this function:

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