rotate
Returns
rhs
rotated by the angle ofself
. Ifself
is normalized, then this just rotation. This is what you usually want. Otherwise, it will be like a rotation with a multiplication byself
's length.
Arguments
- _self :
DVec2
- No Documentation 🚧 - rhs :
DVec2
- No Documentation 🚧
Returns
- arg0 :
DVec2
- No Documentation 🚧