C# Class CjClutter.ObjLoader.Viewer.Extensions.DoubleExtensions

Exibir arquivo Open project: ChrisJansson/ObjLoader

Public Methods

Method Description
Clamp ( this d, double min, double max ) : double

Method Details

Clamp() public static method

public static Clamp ( this d, double min, double max ) : double
d this
min double
max double
return double