set Arc Info
open fun setArcInfo(centerX: Float, centerY: Float, radius: Float, angleFromDeg: Float, angleToDeg: Float): Arc
Set the arc information to be drawn on the glasses display
This method overrides the x & y coordinates that was defined in setX&setY
Return
this
Parameters
center X
the x center of the arc in pixels
center Y
the y center of the arc in pixels
radius
the arc radius in pixels
angle From Deg
the arc start angle in degrees
angle To Deg
the arc end angle in degrees