Support for basic vector operations
See original GitHub issueThe various distanceTo()
methods have been of great use to me. Now I wanted to use the library for some basic operations, like adding and subtracting vectors, but I don’t seem to find them in documentation or code. The closest thing I can find is Point.translate()
, but that’s tied to Point
and does not include other vector operations.
Am I missing something, or are these vector operations currently not supported?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Vector Operations - GeeksforGeeks
Mathematical Operations on Vectors · Addition/Subtraction of two vectors. · Multiplication of vector with scalars. · Product of two vectors: Dot ...
Read more >Vector Operations - Math10
Operations on Vectors · Vector Subtraction · Properties of Vector Addition and Scalar Multiplication · Unit Vectors · Direction Angles · Angle Between...
Read more >1 Basic vector operations - UCSB C.L.A.S.
This review package, which contains some key points, worked examples, and practice problems on some selected topics, serves to help students prepare for...
Read more >Basic Vector Operations - MATLAB Answers - MathWorks
Basic Vector Operations. Learn more about vector, vectors, basic operations, arithmetic, beginner.
Read more >Question on basic vector operations - Math Stack Exchange
I figured out part a, I am just struggling with b) and c). If anyone can help me or give me some insight...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In version 0.4.5 added basic operations on vectors, like add, subtract, angle, projection. Together with already existing length, slope, dot, cross products and others it seems enough for all basic needs.
Issue closed