C# Class Antura.Helpers.MathHelper

Static helper class for math functions.
Datei anzeigen Open project: vgwb/Antura_arabic

Public Methods

Method Description
AngleCounterClockwise ( Vector2 a, Vector2 b ) : float
GetAverage ( List floatsList ) : float

Private Methods

Method Description
Cross ( Vector2 a, Vector2 b ) : float

Method Details

AngleCounterClockwise() public static method

public static AngleCounterClockwise ( Vector2 a, Vector2 b ) : float
a Vector2
b Vector2
return float

GetAverage() public static method

public static GetAverage ( List floatsList ) : float
floatsList List
return float