We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb21476 commit 58bea21Copy full SHA for 58bea21
CHANGELOG.md
@@ -5,7 +5,7 @@ documented here.
5
This project adheres to [Semantic Versioning](https://semver.org/).
6
7
## [0.26.2]
8
-###Added
+### Added
9
- Conversion from an array `[T; D]` to an isometry `Isometry<T, _, D>` (as a translation).
10
- Conversion from a static vector `SVector<T; D>` to an isometry `Isometry<T, _, D>` (as a translation).
11
- Conversion from a point `Point<T; D>` to an isometry `Isometry<T, _, D>` (as a translation).
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nalgebra"
3
-version = "0.26.1"
+version = "0.26.2"
4
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
0 commit comments