| 118 | } |
| 119 | |
| 120 | AffineSpace3fa Instance::getTransform(float time) |
| 121 | { |
| 122 | if (likely(numTimeSteps <= 1)) |
| 123 | return getLocal2World(); |
| 124 | else |
| 125 | return getLocal2World(time); |
| 126 | } |
| 127 | |
| 128 | AffineSpace3fa Instance::getTransform(size_t i, float time) |
| 129 | { |
no outgoing calls
no test coverage detected