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

Function SetPosition

openpgl/include/openpgl/cpp/PathSegment.h:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30OPENPGL_INLINE void SetPosition(PathSegment *pathSegment, const pgl_point3f &position)
31{
32 OPENPGL_ASSERT(pathSegment);
33 pathSegment->position = position;
34}
35
36OPENPGL_INLINE void SetNormal(PathSegment *pathSegment, const pgl_vec3f &normal)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected