Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 704 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 704 Bytes

Vector-calculator

I'm learning physics, and I decided to create a practical "working" vector drawer and solver.

Known Issues:

1. Vector Drawing Issue When Angle is Zero:

One of the current limitations of the "Vector-calculator" is its handling of vectors with zero angles. When the angle is precisely zero degrees, the application fails to draw the vector correctly. In this case, both the x and y components of the vector should be zero. However, the existing code doesn't account for this special scenario. This issue requires further attention and code adjustments to ensure accurate vector drawing when the angle is zero.

help me fix it: VectorCalculator.html