C# Class NewTOAPIA.Graphics.agg_basics

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
MemClear ( Byte dest, int destIndex, int Count ) : void
MemClear ( int dest, int destIndex, int Count ) : void
deg2rad ( double deg ) : double
iround ( double v ) : int
iround ( double v, int saturationLimit ) : int
is_equal_eps ( double v1, double v2, double epsilon ) : bool
memcpy ( Byte dest, int destIndex, Byte source, int sourceIndex, int Count ) : void
memcpy ( int dest, int destIndex, int source, int sourceIndex, int Count ) : void
memmove ( Byte dest, int destIndex, Byte source, int sourceIndex, int Count ) : void
memmove ( int dest, int destIndex, int source, int sourceIndex, int Count ) : void
memset ( Byte dest, int destIndex, byte ByteVal, int Count ) : void
memset ( int dest, int destIndex, int Val, int Count ) : void
rad2deg ( double rad ) : double
uceil ( double v ) : int
ufloor ( double v ) : int
uround ( double v ) : int

Method Details

MemClear() public static method

public static MemClear ( Byte dest, int destIndex, int Count ) : void
dest Byte
destIndex int
Count int
return void

MemClear() public static method

public static MemClear ( int dest, int destIndex, int Count ) : void
dest int
destIndex int
Count int
return void

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

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

memcpy() public static method

public static memcpy ( Byte dest, int destIndex, Byte source, int sourceIndex, int Count ) : void
dest Byte
destIndex int
source Byte
sourceIndex int
Count int
return void

memcpy() public static method

public static memcpy ( int dest, int destIndex, int source, int sourceIndex, int Count ) : void
dest int
destIndex int
source int
sourceIndex int
Count int
return void

memmove() public static method

public static memmove ( Byte dest, int destIndex, Byte source, int sourceIndex, int Count ) : void
dest Byte
destIndex int
source Byte
sourceIndex int
Count int
return void

memmove() public static method

public static memmove ( int dest, int destIndex, int source, int sourceIndex, int Count ) : void
dest int
destIndex int
source int
sourceIndex int
Count int
return void

memset() public static method

public static memset ( Byte dest, int destIndex, byte ByteVal, int Count ) : void
dest Byte
destIndex int
ByteVal byte
Count int
return void

memset() public static method

public static memset ( int dest, int destIndex, int Val, int Count ) : void
dest int
destIndex int
Val int
Count int
return void

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