Table of Contents

Class MathHelper

Namespace
FishMMO.Shared
Assembly
FishMMO-SharedUtility.dll

Common mathematical constants and utilities. Provides both double-precision and single-precision equivalents for frequently used values not available in .NET Standard 2.1.

public static class MathHelper
Inheritance
MathHelper
Inherited Members

Fields

HalfPI

Half of pi (π / 2), approximately 1.5707963267948966.

public const double HalfPI = 1.5707963267948966

Field Value

double

HalfPIF

Half of pi as a single-precision float.

public const float HalfPIF = 1.5707964

Field Value

float

Tau

Tau (2π), approximately 6.283185307179586. One full rotation in radians.

public const double Tau = 6.283185307179586

Field Value

double

TauF

Tau (2π) as a single-precision float.

public const float TauF = 6.2831855

Field Value

float