ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
TransformationConverterImpl.h File Reference
#include <cmath>
#include "cloudViewer/core/CUDAUtils.h"
Include dependency graph for TransformationConverterImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::t
 
 cloudViewer::t::pipelines
 
 cloudViewer::t::pipelines::kernel
 

Functions

template<typename scalar_t >
CLOUDVIEWER_HOST_DEVICE void cloudViewer::t::pipelines::kernel::PoseToTransformationImpl (scalar_t *transformation_ptr, const scalar_t *pose_ptr)
 Shared implementation for PoseToTransformation function. More...
 
template<typename scalar_t >
CLOUDVIEWER_HOST_DEVICE void cloudViewer::t::pipelines::kernel::TransformationToPoseImpl (scalar_t *pose_ptr, const scalar_t *transformation_ptr)