C# Class IrrlichtNETCP.NewMath

Show file Open project: Paulus/irrlichtnetcp

Public Methods

Method Description
Ceiling ( decimal val ) : int
Ceiling ( double val ) : int
Ceiling ( float val ) : int
Equals ( float a, float b ) : bool
FCos ( double angle ) : float
FCos ( float angle ) : float
FSin ( double angle ) : float
FSin ( float angle ) : float
FTan ( double angle ) : float
FTan ( float angle ) : float
Floor ( decimal val ) : int
Floor ( double val ) : int
Floor ( float val ) : int
IsZero ( float a ) : bool
Lerp ( double a, double b, double t ) : double
Lerp ( float a, float b, float t ) : float
Sqr ( decimal a ) : decimal
Sqr ( double a ) : double
Sqr ( float a ) : float
Sqr ( int a ) : int
Sqr ( long a ) : long

Method Details

Ceiling() public static method

public static Ceiling ( decimal val ) : int
val decimal
return int

Ceiling() public static method

public static Ceiling ( double val ) : int
val double
return int

Ceiling() public static method

public static Ceiling ( float val ) : int
val float
return int

Equals() public static method

public static Equals ( float a, float b ) : bool
a float
b float
return bool

FCos() public static method

public static FCos ( double angle ) : float
angle double
return float

FCos() public static method

public static FCos ( float angle ) : float
angle float
return float

FSin() public static method

public static FSin ( double angle ) : float
angle double
return float

FSin() public static method

public static FSin ( float angle ) : float
angle float
return float

FTan() public static method

public static FTan ( double angle ) : float
angle double
return float

FTan() public static method

public static FTan ( float angle ) : float
angle float
return float

Floor() public static method

public static Floor ( decimal val ) : int
val decimal
return int

Floor() public static method

public static Floor ( double val ) : int
val double
return int

Floor() public static method

public static Floor ( float val ) : int
val float
return int

IsZero() public static method

public static IsZero ( float a ) : bool
a float
return bool

Lerp() public static method

public static Lerp ( double a, double b, double t ) : double
a double
b double
t double
return double

Lerp() public static method

public static Lerp ( float a, float b, float t ) : float
a float
b float
t float
return float

Sqr() public static method

public static Sqr ( decimal a ) : decimal
a decimal
return decimal

Sqr() public static method

public static Sqr ( double a ) : double
a double
return double

Sqr() public static method

public static Sqr ( float a ) : float
a float
return float

Sqr() public static method

public static Sqr ( int a ) : int
a int
return int

Sqr() public static method

public static Sqr ( long a ) : long
a long
return long