Open3D (C++ API)  0.18.0+5c982c7
Namespaces | Functions
TransformationConverterImpl.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

#include <cmath>
#include "open3d/core/CUDAUtils.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::t
 
 open3d::t::pipelines
 
 open3d::t::pipelines::kernel
 

Functions

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