Einzelnen Beitrag anzeigen

Benutzerbild von BlackJack
BlackJack

Registriert seit: 2. Jul 2005
Ort: Coesfeld
246 Beiträge
 
Delphi 2005 Personal
 
#13

Re: Achsenspiegelung: Punkt an einer Gerade spiegeln?

  Alt 16. Sep 2005, 20:42
Code:
d = |(x1 - x0)*n|
mit
x1: zu überprüfender Punkt
x0: Punkt auf der Geraden
n: normierte Normale der Geraden.
d: Abstand von Gerade zu x0

sagt zumindest meine Formelsammlung.

edit: und dann noch
Code:
x1' = x1 - 2*d*n
mit
x1': an der Geraden gespiegeltes x1
See my shadow changing, stretching up and over me.
Soften this old armor. Hoping I can clear the way
By stepping through my shadow, coming out the other side.
Step into the shadow. Forty six and two are just ahead of me.
  Mit Zitat antworten Zitat