C# Class PixelFarm.Agg.AggBasics

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
deg2rad ( double deg ) : double
iround ( double v ) : int
iround ( double v, int saturationLimit ) : int
iround_f ( float v ) : int
is_equal_eps ( double v1, double v2, double epsilon ) : bool
rad2deg ( double rad ) : double
uceil ( double v ) : int
ufloor ( double v ) : int
uround ( double v ) : int
uround_f ( float v ) : int

Method Details

deg2rad() public static method

public static deg2rad ( double deg ) : double
deg double
return double

iround() public static method

public static iround ( double v ) : int
v double
return int

iround() public static method

public static iround ( double v, int saturationLimit ) : int
v double
saturationLimit int
return int

iround_f() public static method

public static iround_f ( float v ) : int
v float
return int

is_equal_eps() public static method

public static is_equal_eps ( double v1, double v2, double epsilon ) : bool
v1 double
v2 double
epsilon double
return bool

rad2deg() public static method

public static rad2deg ( double rad ) : double
rad double
return double

uceil() public static method

public static uceil ( double v ) : int
v double
return int

ufloor() public static method

public static ufloor ( double v ) : int
v double
return int

uround() public static method

public static uround ( double v ) : int
v double
return int

uround_f() public static method

public static uround_f ( float v ) : int
v float
return int