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

Function Reset

openpgl/include/openpgl/cpp/PathSegment.h:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using PathSegment = PGLPathSegmentData;
23
24OPENPGL_INLINE void Reset(PathSegment *pathSegment)
25{
26 OPENPGL_ASSERT(pathSegment);
27 *pathSegment = PathSegment();
28}
29
30OPENPGL_INLINE void SetPosition(PathSegment *pathSegment, const pgl_point3f &position)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected