ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PointXYZTpl< T >::EIGEN_ALIGN16 Union Reference

Public Attributes

data [3]
 
struct {
   T   x
 
   T   y
 
   T   z
 
}; 
 

Detailed Description

template<typename T>
union PointXYZTpl< T >::EIGEN_ALIGN16

Definition at line 41 of file sm2cc.cpp.

Member Data Documentation

◆ 

struct { ... }

◆ data

template<typename T >
T PointXYZTpl< T >::EIGEN_ALIGN16::data[3]

Definition at line 42 of file sm2cc.cpp.

◆ x

template<typename T >
T PointXYZTpl< T >::EIGEN_ALIGN16::x

Definition at line 44 of file sm2cc.cpp.

◆ y

template<typename T >
T PointXYZTpl< T >::EIGEN_ALIGN16::y

Definition at line 45 of file sm2cc.cpp.

◆ z

template<typename T >
T PointXYZTpl< T >::EIGEN_ALIGN16::z

Definition at line 46 of file sm2cc.cpp.


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