Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Mar 25, 2024
1 parent 6219a0a commit c12297a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
- Add `compare` operator (equivalent to `<=>` in C++ or `partial_cmp` in Rust,
with the difference that unordered results are returned as `NAN`)
- Fix a bug the x86 JIT evaluator's implementation of interval `abs`
- Add generic `TransformedShape<S>`, representing a shape transformed by a 4x4
homogeneous matrix
- This replaces `RenderConfig::mat` as the way to handle rotation / scale /
translation / perspective transforms, e.g. for interactive visualization
(where you don't want to remap the underlying shape)
- It's a more general solution: for example, we can use the same type to
change bounds for meshing (by translating + scaling the underlying model).

# 0.2.2
- Added many transcendental functions: `sin`, `cos`, `tan`, `asin`, `acos`,
Expand Down

0 comments on commit c12297a

Please sign in to comment.