Function Acts::Visualization::drawArrowsBoth

Function Documentation

void Visualization::Acts::drawArrowsBoth(IVisualization &helper, const Vector3D &start, const Vector3D &end, double thickness, double arrowLength, double arrowWidth, size_t lseg = 72, const IVisualization::ColorType &color = {120, 120, 120})

Convenience function : arrow pointing both directions.

Parameters
  • helper: [in, out] The visualization helper

  • start: The start point

  • end: The end point

  • thickness: of the line, if bigger 0, approximated by cylinder

  • arrowLength: wrt halflength

  • arrorWidth: wrt thickness

  • lseg: The number of segments for a full arch (if needed)

  • color: the (optional) color of the object to be written