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
geom3d[point] - define a point
Calling Sequence
point(P, Px, Py, Pz)
point(P, [Px, Py, Pz])
Parameters
P
-
the name of the point
Px
the x-coordinate
Py
the y-coordinate
Pz
the z-coordinate
Description
A point is represented as a dot. It has position only, and has no length, width, or thickness.
A point P is represented by its ``x'', ``y'', and ``z'' coordinates.
To access the information relating to a point P, use the following function calls:
form(P)
returns the form of the geometric
object (i.e., point3d if P is a point).
coordinates(P)
returns [Px,Py,Pz].
xcoord(P)
returns Px which is the x-coordinate
of P.
ycoord(P)
returns Py which is the y-coordinate
zcoord(P)
returns Pz which is the z-coordinate
detail(P)
returns a detailed expression of the
point P.
The command with(geom3d,point) allows the use of the abbreviated form of this command.
Examples
See Also
geom3d[AreCollinear], geom3d[AreConjugate], geom3d[AreCoplanar], geom3d[midpoint], geom3d[OnSegment], geom3d[randpoint], geom3d[transformation], geom3d[vertices]
Download Help Document