MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / forward

Method forward

data_loader/mesh_utils.py:407–408  ·  view source on GitHub ↗
(self, strands_tbn, strands_positions, root_normals)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

world_to_tbn_spaceFunction · 0.85

Tested by

no test coverage detected