mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Doc: add Isometry in the list of supported Mode of Transform<>
This commit is contained in:
parent
9d988a1e1a
commit
d4881751d3
@ -97,6 +97,9 @@ template<int Mode> struct transform_make_affine;
|
|||||||
* - #AffineCompact: the transformation is stored as a (Dim)x(Dim+1) matrix.
|
* - #AffineCompact: the transformation is stored as a (Dim)x(Dim+1) matrix.
|
||||||
* - #Projective: the transformation is stored as a (Dim+1)^2 matrix
|
* - #Projective: the transformation is stored as a (Dim+1)^2 matrix
|
||||||
* without any assumption.
|
* without any assumption.
|
||||||
|
* - #Isometry: same as #Affine with the additional assumption that
|
||||||
|
* the linear part represents a rotation. This assumption is exploited
|
||||||
|
* to speed up some functions such as inverse() and rotation().
|
||||||
* \tparam _Options has the same meaning as in class Matrix. It allows to specify DontAlign and/or RowMajor.
|
* \tparam _Options has the same meaning as in class Matrix. It allows to specify DontAlign and/or RowMajor.
|
||||||
* These Options are passed directly to the underlying matrix type.
|
* These Options are passed directly to the underlying matrix type.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user