cesium-native  0.41.0
CesiumGeometry::InterpolatedVertex Struct Reference

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.
 

Detailed Description

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.


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