Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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