Home Previous Up Next Index

visionx::types::Transformation3d

Overview

struct Transformation3d

3D Transformation which consists of a rotation matrix and a translation vector.

Used By

Object3DEntry::pose

Data Member Index

rotation
translation

Data Members

Mat rotation;
Vec translation;

Home Previous Up Next Index