(self, strands_tbn, strands_positions, root_normals)
| 405 | |
| 406 | |
| 407 | def forward(self, strands_tbn, strands_positions, root_normals): |
| 408 | return world_to_tbn_space(strands_tbn, strands_positions, root_normals) |
| 409 | |
| 410 | |
| 411 |
nothing calls this directly
no test coverage detected