Dokument
libageo · Kugel · Abstandsfunktionen (vorzeichenlos)
Synopsis
» double sphere. distance (point)
double sphere. distance (line)
double sphere. distance (plane)
double sphere. distance (circle)
double sphere. distance (cylinder)
double sphere. distance (sphere)
double distance (sphere, point)
double distance (sphere, line)
double distance (sphere, plane)
double distance (sphere, circle)
double distance (sphere, cylinder)
double distance (sphere, sphere)
Beschreibung
Die Methode, respektive Funktion, distance liefert den kürzesten Abstand zwischen der Kugeloberfläche und einem anderen Geometrieelement. Der Abstandswert ist ein vorzeichenloser Wert; schneidet das Element die Kugel, so ist der Abstand 0.
· Abstand Kugel-Punkt

distance()>0

distance()>0
· Abstand Kugel-Gerade

distance()=0

distance()>0
· Abstand Kugel-Ebene

distance()=0

distance()>0
· Abstand Kugel-Kreis

distance()=0

distance()>0
· Abstand Kugel-Kugel

distance()=0

distance()>0
· Abstand Kugel-Zylinder

distance()=0

distance()>0
Beispiele
###
Siehe auch
Kugel: Vorzeichenbehafteter Abstand, Übersicht, Alle Methoden und Operatoren;
Punkt, Gerade, Ebene, Kreis, Zylinder; Stichwortverzeichnis