pyaesthetics.utils.find_child_nodes¶
- pyaesthetics.utils.find_child_nodes(parent_index)¶
Find the child nodes in an 8x8 matrix given a parent node index in a 4x4 matrix.
- Parameters:
parent_index – Index in the 4x4 matrix.
- Returns:
List of child node indices in the 8x8 matrix.