UtilNormaliseWrapAroundRange Method |
Normalizes the provided value to the wrap-around range defined by the provided
start and end values.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static double NormaliseWrapAroundRange(
double value,
double start,
double end
)
Parameters
- value Double
- The value to normalize.
- start Double
- The starting value for the range.
- end Double
- The ending value for the range.
Return Value
DoubleThe normalized value.
See Also