Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
pcl::_ReferenceFrame Struct Reference

A structure representing the Local Reference Frame of a point. More...

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::_ReferenceFrame:
Inheritance graph
[legend]
Collaboration diagram for pcl::_ReferenceFrame:
Collaboration graph
[legend]

List of all members.

Public Attributes

union {
   struct {
      _Axis   x_axis
      _Axis   y_axis
      _Axis   z_axis
   } 
   float   rf [12]
}; 

Detailed Description

A structure representing the Local Reference Frame of a point.

Definition at line 1057 of file point_types.hpp.


Member Data Documentation

union { ... }

Definition at line 1067 of file point_types.hpp.

Definition at line 1063 of file point_types.hpp.

Definition at line 1064 of file point_types.hpp.

Definition at line 1065 of file point_types.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines