opensurgsim
|
Internal structure, the receiver for data from the "vertex" element Provide space for standard ply vertex data, x/y/z and s/t. More...
#include <TriangleMeshPlyReaderDelegate.h>
Public Attributes | |
double | x = std::numeric_limits<double>::signaling_NaN() |
double | y = std::numeric_limits<double>::signaling_NaN() |
double | z = std::numeric_limits<double>::signaling_NaN() |
int64_t | overrun1 = -1 |
Used to check for buffer overruns. | |
double | s = std::numeric_limits<double>::signaling_NaN() |
double | t = std::numeric_limits<double>::signaling_NaN() |
int64_t | overrun2 = -1 |
Used to check for buffer overruns. | |
Internal structure, the receiver for data from the "vertex" element Provide space for standard ply vertex data, x/y/z and s/t.