C# Class DataStore.Util

Datei anzeigen Open project: omanamos/kinect-nao

Public Methods

Method Description
clamp ( float val, float min, float max ) : float
isWithinRange ( double val, double lowerBound, double upperBound ) : bool
toDoubleArray ( float input ) : double[]

Method Details

clamp() public static method

public static clamp ( float val, float min, float max ) : float
val float
min float
max float
return float

isWithinRange() public static method

public static isWithinRange ( double val, double lowerBound, double upperBound ) : bool
val double
lowerBound double
upperBound double
return bool

toDoubleArray() public static method

public static toDoubleArray ( float input ) : double[]
input float
return double[]