C# Class NewTOAPIA.Graphics.agg_basics

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static MemClear ( Byte dest, int destIndex, int Count ) : void
dest Byte
destIndex int
Count int
Résultat void

MemClear() public static méthode

public static MemClear ( int dest, int destIndex, int Count ) : void
dest int
destIndex int
Count int
Résultat void

deg2rad() public static méthode

public static deg2rad ( double deg ) : double
deg double
Résultat double

iround() public static méthode

public static iround ( double v ) : int
v double
Résultat int

iround() public static méthode

public static iround ( double v, int saturationLimit ) : int
v double
saturationLimit int
Résultat int

is_equal_eps() public static méthode

public static is_equal_eps ( double v1, double v2, double epsilon ) : bool
v1 double
v2 double
epsilon double
Résultat bool

memcpy() public static méthode

public static memcpy ( Byte dest, int destIndex, Byte source, int sourceIndex, int Count ) : void
dest Byte
destIndex int
source Byte
sourceIndex int
Count int
Résultat void

memcpy() public static méthode

public static memcpy ( int dest, int destIndex, int source, int sourceIndex, int Count ) : void
dest int
destIndex int
source int
sourceIndex int
Count int
Résultat void

memmove() public static méthode

public static memmove ( Byte dest, int destIndex, Byte source, int sourceIndex, int Count ) : void
dest Byte
destIndex int
source Byte
sourceIndex int
Count int
Résultat void

memmove() public static méthode

public static memmove ( int dest, int destIndex, int source, int sourceIndex, int Count ) : void
dest int
destIndex int
source int
sourceIndex int
Count int
Résultat void

memset() public static méthode

public static memset ( Byte dest, int destIndex, byte ByteVal, int Count ) : void
dest Byte
destIndex int
ByteVal byte
Count int
Résultat void

memset() public static méthode

public static memset ( int dest, int destIndex, int Val, int Count ) : void
dest int
destIndex int
Val int
Count int
Résultat void

rad2deg() public static méthode

public static rad2deg ( double rad ) : double
rad double
Résultat double

uceil() public static méthode

public static uceil ( double v ) : int
v double
Résultat int

ufloor() public static méthode

public static ufloor ( double v ) : int
v double
Résultat int

uround() public static méthode

public static uround ( double v ) : int
v double
Résultat int