I just wanna ask a question not about FP actually.
Sometimes, i have some entities and i need a little function from FP class “FP.distance” etc…
so, when i need something like that, should i import whole FP class inside everyclass?
Or is it better to use a global mirror function inside a global static class for FP.distance() and other little functions and using like GLOBALS.distance()?