Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 599 Bytes

File metadata and controls

12 lines (9 loc) · 599 Bytes

Trove Common

Trove Common provides various tools and utilities that may be used by other packages or projects.

Most notably, it includes:

  • MathUtilities: various math helpers
  • BitUtilities: utilities for setting/getting bits in bytes or ints
  • EasingUtilities: utilities for easing functions (tweening curves)
  • TransformUtilities: utilities for getting/setting the world transform of entities (including child entities)
  • ParametricCurve: a completely unmanaged curve represented by choice of several functions and parameters
  • FileWriter and CodegenUtils: helpers for codegen