Table of Contents

Class SpringClamp

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public static class SpringClamp
Inheritance
SpringClamp
Inherited Members

Methods

BounceClamp<T>(T, float, float, float)

public static T BounceClamp<T>(T value, float min, float max, float energyConservation = 0.6) where T : IOneDimension

Parameters

value T
min float
max float
energyConservation float

Returns

T

Type Parameters

T