Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 2.3.0-wip
## 2.3.0

- Add `leftTranslateByVector2` method to `Matrix4`.
Equivalent to the `leftTranslate` set of methods, that multiplies this matrix by a translation matrix from the left.
- Added `Matrix4.leftMultiply` method.
- Add translateByVector2 method to Matrix4.
- Add `translateByVector2` method to `Matrix4`.
- Require `sdk: ^3.7.0`.

## 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vector_math
version: 2.3.0-wip
version: 2.3.0
description: A Vector Math library for 2D and 3D applications.
repository: https://github.com/google/vector_math.dart

Expand Down
Loading