| point2line index |
|
| Name | isZero ( ) |
| Description | Returns a boolean that is true if the vector is zero. In other words, it returns ( x==0 && y==0 ). |
| Syntax | isZero(); |
| Returns | true if vector is zero (boolean) |
| Usage | Web & Application |
| Related | isAlmostZero ( ) |
| Examples | |