MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / SetEta

Function SetEta

openpgl/include/openpgl/cpp/PathSegment.h:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114OPENPGL_INLINE void SetEta(PathSegment *pathSegment, const float &eta)
115{
116 OPENPGL_ASSERT(pathSegment);
117 pathSegment->eta = eta;
118}
119
120OPENPGL_INLINE void SetIsDelta(PathSegment *pathSegment, const bool &isDelta)
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected