Static Utilities - sinusinu/Flora GitHub Wiki

In Flora.Util namespace, there are *Utils classes that provides some utility functions.

MathUtils

  • MathUtils.RadToDeg, MathUtils.DegToRad
    • Quite self explanatory, converts radian angle to degree and vice versa.

PathUtils

  • PathUtils.Relative
    • Converts relative path to absolute path.
    • This function does not get affected by working directory, and will always point to the executable path.