isSafeFloat

See source code

Check if a float is safe to use. ie: Not too big or small.

function isSafeFloat(n: number): boolean;

Parameters

NameDescription

n

number;

Returns

boolean;
Prev
intersectPolygonPolygon
Next
kickoutOccludedShapes