by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Analytical Geometry
Introduced first in SolidGeometry 3.4, Creation date: 2017-02-07, Last change: 2025-09-14
See Also: aplot
, pplot
, lplot
, tfplot
, tlplot
, slplot
, plotTP
, plotL
, plotT
, textP
, textT
[h,pt,a]=aplot(pc,la,[lb,c,w,r,alpha])
pc: | center of angle | |
la: | 1st vector | |
lb: | 2nd vector or angle or rotation matrix | |
c: | color; default is 'r' | |
w: | width of lines; default is 1; | |
r: | radius; default is | |
alpha: | transparency |
h: | handle to all elements of the angle drawing | |
pt: | point for text desciption | |
a: | angle that was used if lb was a vector |
[h,pt]=aplot ([0 0],[10 0],3.5*pi/2)
textP(pt,'alpha');