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

Function SetDirectionIn

openpgl/include/openpgl/cpp/PathSegment.h:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42OPENPGL_INLINE void SetDirectionIn(PathSegment *pathSegment, const pgl_vec3f &directionIn)
43{
44 OPENPGL_ASSERT(pathSegment);
45 pathSegment->directionIn = directionIn;
46}
47
48OPENPGL_INLINE pgl_vec3f GetDirectionIn(PathSegment *pathSegment)
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected