#include <artec/sdk/base/Types.h>
|
union { |
int data [3] |
|
struct { |
int x |
|
int y |
|
int z |
|
} | |
|
}; | |
|
Definition at line 47 of file Types.h.
int artec::sdk::base::IndexTriplet::data[3] |
int artec::sdk::base::IndexTriplet::x |
int artec::sdk::base::IndexTriplet::y |
int artec::sdk::base::IndexTriplet::z |
The documentation for this struct was generated from the following file: