Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
fslpy
Commits
df909679
Commit
df909679
authored
Oct 24, 2017
by
Paul McCarthy
🚵
Browse files
rst fixes
parent
f3f75cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
fsl/data/mesh.py
View file @
df909679
...
...
@@ -38,7 +38,7 @@ log = logging.getLogger(__name__)
class
TriangleMesh
(
object
):
"""The ``TriangleMesh`` class represents a 3D model. A mesh is defined by a
collection of ``N`` vertices, and ``M`` triangles. The triangles are
defined by ``(M, 3)
)
indices into the list of vertices.
defined by ``(M, 3)
``
indices into the list of vertices.
A ``TriangleMesh`` instance has the following attributes:
...
...
fsl/utils/transform.py
View file @
df909679
...
...
@@ -184,10 +184,11 @@ def decompose(xform, angles=True):
is returned.
:returns: The following:
- A sequence of three scales
- A sequence of three translations
- A sequence of three rotations, in radians. Or, if
``angles is False``, a rotation matrix.
- A sequence of three scales
- A sequence of three translations
- A sequence of three rotations, in radians. Or, if
``angles is False``, a rotation matrix.
"""
# The inline comments in the code below are taken verbatim from
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment