Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBartl authored May 18, 2021
1 parent 67b2b0c commit 095f315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Coming soon in 2021.9

* Add a Plane object (means a layer)
* Add a Plane object (means a layer) and add a Line object (means a straight line)
* Add function to calculate the distance between two vectometry objects, except Vector objects
* Add function to calculate the intersection of two vectometry objects, except Vector objects
* The coordinates to which a vector points should be returned as a reference to the Point object
Expand Down Expand Up @@ -32,7 +32,7 @@
## 0.0.4

* Added a point object and integrated it into the vector object
* Added mode for angle function; returns angle in degrees with `mode="deg"` (default) and in radians with `mode="rad"`
* Added mode for angle function; returns angle in degrees with `mode="DEG"` (default) and in radians with `mode="RAD"`

## 0.0.2

Expand Down

0 comments on commit 095f315

Please sign in to comment.