Contains additional pure C# functionality which is reused in different projects of Polarith.
Classes | |
| class | Collections |
| Contains additional (helper) functionality dealing with collections. More... | |
| class | Mathf2 |
| Utilities providing math functionality. More... | |
| struct | Tuple |
| Struct to store two variables (X,Y) of any type. More... | |
| struct | TupleInt |
| Serializable struct to store two variables (X,Y) of type integer. More... | |