MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / seedForObject

Function seedForObject

CesiumVectorData/src/VectorRasterizer.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63template <typename T> size_t seedForObject(const T& object, size_t base) {
64 return base ^ reinterpret_cast<size_t>(&object);
65}
66} // namespace
67
68VectorRasterizer::VectorRasterizer(

Callers 3

drawPolygonMethod · 0.85
drawPolylineMethod · 0.85
drawPointsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected