Returns the number if it is greater than or equal to epsilon, otherwise returns signed epsilon.
Values smaller than epsilon are clamped to be epsilon.
the number being evaluated
Returns true if a minus b is less than epsilon
Returns true if the number is smaller than or equal to epsilon
the number being evaluated
Returns the number if it is greater than or equal to epsilon, otherwise returns signed epsilon.
Values smaller than epsilon are clamped to be epsilon.
the number being evaluated
Returns the integer if it is greater than or equal to 1, otherwise returns positive or negative 1.
Values smaller than 1 are clamped to be 1.
the number evaluated
Generated using TypeDoc
Convenience class for specifying and dealing with some precision issues.