Created
January 19, 2022 17:17
-
-
Save kevinyang372/5bd987c46d45994b217af8571abb1178 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BranchNode { | |
split_direction Direction, | |
flex_ratio f32[], # this should add up to 1.0 | |
children Node[], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment