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

Method SetSceneBounds

openpgl/include/openpgl/cpp/Field.h:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176OPENPGL_INLINE void Field::SetSceneBounds(const pgl_box3f &bounds)
177{
178 OPENPGL_ASSERT(m_fieldHandle);
179 pglFieldSetSceneBounds(m_fieldHandle, bounds);
180}
181
182OPENPGL_INLINE pgl_box3f Field::GetSceneBounds() const
183{

Callers

nothing calls this directly

Calls 1

pglFieldSetSceneBoundsFunction · 0.85

Tested by

no test coverage detected