textmode.js / TextmodeVector / normalize
Method: normalize()
ts
normalize(): this;Normalize this vector to length 1.
Zero vectors remain unchanged.
Returns
this
This vector.
textmode.js / TextmodeVector / normalize
normalize(): this;Normalize this vector to length 1.
Zero vectors remain unchanged.
this
This vector.