| point2line index |
|
| Name | isAlmostZero ( ) |
| Description | Returns a boolean that is true if the vector is almost zero ( +/- 0.001f ). This is useful when easing towards zero to check if the target has been reached. |
| Syntax | isAlmostZero(); |
| Returns | true if vector is almost zero (boolean) |
| Usage | Web & Application |
| Related | isZero ( ) |
| Examples | |