isSafeFloat
Check if a float is safe to use. ie: Not too big or small.
function isSafeFloat(n: number): boolean;Parameters
| Name | Description |
|---|---|
| |
Returns
boolean;Prev
intersectPolygonPolygonNext
kickoutOccludedShapesCheck if a float is safe to use. ie: Not too big or small.
function isSafeFloat(n: number): boolean;| Name | Description |
|---|---|
| |
boolean;