INNER CODE UNIT · Python
arrow
fury-gl/fury · fury/actor/core.py:517
def arrow(
centers,
*,
directions=(0, 0, 0),
colors=(1, 1, 1),
height=1.0,
resolution=10,
tip_length=0.35,
tip_radius=0.1,
shaft_radius=0.03,
scales=(1, 1, 1),
opacity=None,
material="phong",
material_params=None,
enable_picking=True,
):
"""
Create one or many arrows with different features.