C# (CSharp) Project290.Mathematics Namespace

Classes

Name Description
RectangleLineClipper Used for clipping lines with a rectangle.
RotationHelper This static public class is used to convert from a Vector2 to an angle or vice versa.
tVector2 This is a transitioning Vector2. This is used like a tfloat.
tfloat This is a Transitioning float, hence the name tfloat. This acts like a regualar floating point number, but you can call GoTo with the target value and duration in seconds to have the value linearly transition there in that amount of time. The value of the float is in the "Value" variable, and this can be read and reset at any time.