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

Function SetNormal

openpgl/include/openpgl/cpp/PathSegment.h:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36OPENPGL_INLINE void SetNormal(PathSegment *pathSegment, const pgl_vec3f &normal)
37{
38 OPENPGL_ASSERT(pathSegment);
39 pathSegment->normal = normal;
40}
41
42OPENPGL_INLINE void SetDirectionIn(PathSegment *pathSegment, const pgl_vec3f &directionIn)
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected