|
@@ -39,6 +39,7 @@ namespace ls::math::vector
|
|
|
|
|
|
static ls::math::vector::Vector2 add(const ls::math::vector::Vector2& _leftAddend, const ls::math::vector::Vector2& _rightAddend);
|
|
static ls::math::vector::Vector2 add(const ls::math::vector::Vector2& _leftAddend, const ls::math::vector::Vector2& _rightAddend);
|
|
static ls::math::core::type::vector_scalar dot(const ls::math::vector::Vector2& _leftAddend, const ls::math::vector::Vector2& _rightAddend);
|
|
static ls::math::core::type::vector_scalar dot(const ls::math::vector::Vector2& _leftAddend, const ls::math::vector::Vector2& _rightAddend);
|
|
|
|
+ ls::math::core::type::vector2_components getComponents();
|
|
double getLength();
|
|
double getLength();
|
|
ls::math::core::type::vector2_component getX();
|
|
ls::math::core::type::vector2_component getX();
|
|
ls::math::core::type::vector2_component getY();
|
|
ls::math::core::type::vector2_component getY();
|