Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Transformations in the geom3d Package
Description
The help page geom3d[transformation] describes the transformations that can be applied directly to a specific geometric object.
In general, to define a transformation without specifying the object to which the transformation is to be applied, use the ``verb'' form of the above transformations.
rotation
rotate
translation
translate
ScrewDisplacement
ScrewDisplace
reflection
reflect
RotatoryReflection
RotatoryReflect
GlideReflection
GlideReflect
homothety
dilate
homology
StretchRotate
Using the function geom3d[inverse], one can compute the inverse of a given product of transformations, the function geom3d[transprod] converts a given transformation or product of transformations into a product of three ``primitive'' transformations (translate, rotate, and dilate), while the function geom3d[transform] is to apply the ``result'' transformation to a specific geometric object.
Examples
Define t1 which is a homothety with ratio 3, center of homothety (0,0,0)
Define the plane oxy
Define t2 which is a glide-reflection with p as the plane of reflection and AB as the vector of translation
Define t3 as a screw-displacement with l3 as the rotational axis and AB as a vector of translation
Compute q1 which is the product of t2^t1*t3
Compute the inverse of q1
Compute the product of q1*q2; one can quickly recognize that this is an identity transformation
Simple check
Hence, the two objects are the same
See Also
geom3d[draw], geom3d[objects], geom3d[transformation]
Download Help Document