mpl_toolkits.mplot3d.art3d.get_dir_vector #

mpl_toolkits.mplot3d.art3d。get_dir_vector ( zdir ) [来源] #

返回一个方向向量。

参数
zdir {'x','y','z',无,三元组}

方向。可能的值为:

  • 'x':等价于 (1, 0, 0)

  • 'y':相当于 (0, 1, 0)

  • 'z':等价于 (0, 0, 1)

  • :相当于 (0, 0, 0)

  • 可迭代的 (x, y, z) 转换为 NumPy 数组(如果尚未转换)

返回
x, y, z类数组

方向向量。