Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-12-03 10:27:16 +01:00
parent a4bf34e6e1
commit 5048872193
20 changed files with 166 additions and 35 deletions
+2
View File
@@ -216,6 +216,8 @@ Returns the inverse of the transform, under the assumption that the transformati
- :ref:`bool<class_bool>` **is_equal_approx** **(** :ref:`Transform2D<class_Transform2D>` transform **)**
Returns ``true`` if this transform and ``transform`` are approximately equal, by calling ``is_equal_approx`` on each component.
----
.. _class_Transform2D_method_orthonormalized: