MCPcopy Create free account
hub / github.com/RenderKit/embree / getLocal2World

Method getLocal2World

kernels/common/scene_instance.h:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 __forceinline AffineSpace3fa getLocal2World() const
129 {
130 if (unlikely(gsubtype == GTY_SUBTYPE_INSTANCE_QUATERNION))
131 return quaternionDecompositionToAffineSpace(local2world[0]);
132 return local2world[0];
133 }
134
135 __forceinline AffineSpace3fa getLocal2World(float t) const
136 {

Callers 5

prefetchUSMSharedOnGPUFunction · 0.45
createGeometryDescFunction · 0.45
pointQueryMethod · 0.45
pointQueryMethod · 0.45

Calls 5

numTimeSegmentsFunction · 0.85
timeSegmentFunction · 0.85
slerpFunction · 0.50
lerpFunction · 0.50

Tested by

no test coverage detected