DynVectorKernel< T > Struct Template Reference

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

Public Member Functions

void Add (const T a[], const T b[], T *r) const
 
T Dot (const T a[], const T b[]) const
 
 DynVectorKernel (unsigned int dim)
 
T SqrDistance (const T a[], const T b[]) const
 

Detailed Description

template<class T>
struct GfxTL::DynVectorKernel< T >

Definition at line 7 of file DynVectorKernel.h.

Constructor & Destructor Documentation

◆ DynVectorKernel()

DynVectorKernel ( unsigned int  dim)

Definition at line 21 of file DynVectorKernel.h.

Member Function Documentation

◆ Add()

void Add ( const T  a[],
const T  b[],
T r 
) const

Definition at line 26 of file DynVectorKernel.h.

+ Here is the call graph for this function:

◆ Dot()

T Dot ( const T  a[],
const T  b[] 
) const

Definition at line 35 of file DynVectorKernel.h.

+ Here is the call graph for this function:

◆ SqrDistance()

T SqrDistance ( const T  a[],
const T  b[] 
) const

Definition at line 46 of file DynVectorKernel.h.

+ Here is the call graph for this function:

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