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
plottools[homothety] - scale PLOT and PLOT3D data structures with the same ratio
Calling Sequence
homothety(p, a, pt_2d)
homothety(q, a, pt_3d)
Parameters
p
-
plot data structure
q
plot3d data structure
a
real number
pt_2d
(optional) list of two real numbers specifying the center of the homothety (for the 2-D case)
pt_3d
(optional) list of three real numbers specifying the center of the homothety (for the 3-D case)
Description
The homothety command is a special case of the plottools[scale] command where the ratios of the scaling with respect to the axis are the same.
There are several other commands in the plottools package that transform plots, and these are listed in the plottools help page. The plots[changecoords] and plots[display] commands can also be used to transform plots.
Examples
Homothety of a stellated icosahedron
See Also
plot/structure, plot3d/structure, plots[changecoords], plots[display], plottools, plottools[scale]
Download Help Document