$x
$x : float
Represents an orthonormal vector
dot(\Tazorax\MathUtils\TwoD\Vector2d $vector) : float
Computes the dot product of the this vector and vector $vector.
\Tazorax\MathUtils\TwoD\Vector2d | $vector | the other vector |
normalize() : \Tazorax\MathUtils\TwoD\Vector2d
Normalizes this vector in place.
sub(\Tazorax\MathUtils\TwoD\Vector2d $vector) : \Tazorax\MathUtils\TwoD\Vector2d
\Tazorax\MathUtils\TwoD\Vector2d | $vector |
add(\Tazorax\MathUtils\TwoD\Vector2d $vector) : \Tazorax\MathUtils\TwoD\Vector2d
\Tazorax\MathUtils\TwoD\Vector2d | $vector |