Ending angle in degrees from +X axis
Flags : Cached, Parameter (Note this is uncached)
Expression : 360.0
Returns the point on the arc at the given angle in degrees.
Flags : Cached, Method (Note this is uncached)
Expression : return function(ang) { const rad = ang*Math.PI/180; const r = this.radius; return v(r*Math.cos(rad), r*Math.sin(rad), 0).addp(this.origin);}
Radius of the arc
Flags : Cached, Parameter (Note this is uncached)
Expression : 1.0
Starting angle in degrees from +X axis
Flags : Cached, Parameter (Note this is uncached)
Expression : 0.0
Arc (d.1.0)
Mixins: ArcRenderMixin, BaseAssembly
Circular Arc in XY plane of local Frame. Angles are measured from the +X axis counter-clockwise about the +Z axis (Right-hand Rule).