Set

Set(double, double, double)

Legt die xyz-Komponenten des Vektors auf einmal fest, w wird auf 1 gesetzt

public void Set(double newX, double newY, double newZ)
ParameterTypBeschreibung
newXDoubleNeue X-Komponente.
newYDoubleNeue Y-Komponente.
newZDoubleNeue Z-Komponente.

Siehe auch


Set(double, double, double, double)

Legt alle Komponenten des Vektors gleichzeitig fest

public void Set(double newX, double newY, double newZ, double newW)
ParameterTypBeschreibung
newXDoubleNeue X-Komponente.
newYDoubleNeue Y-Komponente.
newZDoubleNeue Z-Komponente.
newWDoubleNeue W-Komponente.

Siehe auch