eman2:transforminpython
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
eman2:transforminpython [2025/07/06 02:44] – steveludtke | eman2:transforminpython [2025/07/06 03:39] (current) – steveludtke | ||
---|---|---|---|
Line 52: | Line 52: | ||
Etc. | Etc. | ||
</ | </ | ||
- | |||
- | For more information on default parameters and what happens when some parameters are not set see [[# | ||
==== Setting/ | ==== Setting/ | ||
Line 120: | Line 118: | ||
s = Transform(d) # s is the same as t | s = Transform(d) # s is the same as t | ||
</ | </ | ||
- | For more information the behaviour of set_params see [[# | ||
==== A Transform multiplied by a Vec3f ==== | ==== A Transform multiplied by a Vec3f ==== | ||
Line 231: | Line 228: | ||
a.transform(t) # ERROR is thrown | a.transform(t) # ERROR is thrown | ||
</ | </ | ||
- | << | ||
===== A more in depth look at the dictionary constructor ===== | ===== A more in depth look at the dictionary constructor ===== | ||
Line 263: | Line 259: | ||
t = Transform({" | t = Transform({" | ||
</ | </ | ||
- | << | ||
===== A more in depth look at set_params ===== | ===== A more in depth look at set_params ===== |
eman2/transforminpython.1751769854.txt.gz · Last modified: by steveludtke