Function lupnt::PlotArrow3¶
Defined in File maplot.cc
Function Documentation¶
-
matplot::line_handle lupnt::PlotArrow3(const Vec3 ¢er, const Vec3 &dir, std::string_view line_spec)¶
Plot a 3D arrow from
centeralong directiondir(drawn as a 2-point line viaPlot3).Used by
PlotFrameto draw the three axes of a body/attitude frame for visual inspection of attitude/frame results incpp/examples/.- Parameters:
center – Arrow tail point [length units]
dir – Arrow direction/length vector [same units as
center]line_spec – matplot++ line style string (e.g.
"r-")