* set the Vector x and y properties to 0 * @returns Reference to this object for method chaining
()
| 46 | * @returns Reference to this object for method chaining |
| 47 | */ |
| 48 | setZero() { |
| 49 | return this.set(0, 0, 0); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * set the Vector x and y properties using the passed vector |