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

Function GetDirectionIn

openpgl/include/openpgl/cpp/PathSegment.h:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48OPENPGL_INLINE pgl_vec3f GetDirectionIn(PathSegment *pathSegment)
49{
50 OPENPGL_ASSERT(pathSegment);
51 return pathSegment->directionIn;
52}
53
54OPENPGL_INLINE void SetPDFDirectionIn(PathSegment *pathSegment, const float &pdfDirectionIn)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected