cesium-native
0.41.0
|
A structure describing a vertex that results from interpolating two other vertices. More...
#include <CesiumGeometry/clipTriangleAtAxisAlignedThreshold.h>
Public Member Functions | |
constexpr bool | operator== (const InterpolatedVertex &other) const noexcept |
constexpr bool | operator!= (const InterpolatedVertex &other) const noexcept |
Public Attributes | |
int | first |
The index of the first vertex to interpolate between. | |
int | second |
The index of the second vertex to interpolate between. | |
double | t |
The fraction of the distance from first to second at which to interpolate. | |
A structure describing a vertex that results from interpolating two other vertices.
The vertices to interpolate between are given via their indices. This is used as one representation of a vertex in a TriangleClipVertex.
Definition at line 17 of file clipTriangleAtAxisAlignedThreshold.h.