2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page transformation_operations_page Transformation Operations
|
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
Geometry module provides the following transformation operations,
|
|
|
|
which allow to:
|
|
|
|
|
|
|
|
|
2008-03-07 12:45:34 +05:00
|
|
|
<ul>
|
2009-02-13 17:16:39 +05:00
|
|
|
<li>\subpage translation_operation_page "Translate" an object by a certain vector.</li>
|
|
|
|
<li>\subpage rotation_operation_page "Rotate" an object around a
|
2012-08-09 13:58:02 +06:00
|
|
|
certain axis by a certain angle.</li>
|
2009-02-13 17:16:39 +05:00
|
|
|
<li>\subpage modify_location_operation_page "Move" an object to a new location.</li>
|
|
|
|
<li>\subpage mirror_operation_page "Mirror" an object through a point
|
2012-08-09 13:58:02 +06:00
|
|
|
an axis or a plane of symmetry.</li>
|
|
|
|
<li>\subpage scale_operation_page "Scale" an object by one or several scale factors.</li>
|
|
|
|
<li>Create an \subpage offset_operation_page "Offset" of an object.</li>
|
|
|
|
<li>Create a \subpage projection_operation_page "Projection" of an object on a face.</li>
|
2009-02-13 17:16:39 +05:00
|
|
|
<li>Create a simultaneous \subpage multi_translation_operation_page "Translation in several directions".</li>
|
|
|
|
<li>Create a simultaneous \subpage multi_rotation_operation_page</li> "Rotation in several directions".</li>
|
2008-03-07 12:45:34 +05:00
|
|
|
</ul>
|
|
|
|
|
2012-08-09 13:58:02 +06:00
|
|
|
*/
|