mpl_toolkits.mplot3d.art3d.get_dir_vector #

mpl_toolkits.mplot3d.art3d. get_dir_vector ( zdir ) [Quelle] #

Gibt einen Richtungsvektor zurück.

Parameter :
zdir {'x', 'y', 'z', Keine, 3-Tupel}

Die Richtung. Mögliche Werte sind:

  • 'x': entspricht (1, 0, 0)

  • 'y': entspricht (0, 1, 0)

  • 'z': entspricht (0, 0, 1)

  • Keine : entspricht (0, 0, 0)

  • ein Iterable (x, y, z) wird in ein NumPy-Array konvertiert, falls noch nicht geschehen

Rückgaben :
x, y, z Array-artig

Der Richtungsvektor.