setArcInfo
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
centerX
the x center of the arc in pixels
centerY
the y center of the arc in pixels
radius
the arc radius in pixels
angleFromDeg
the arc start angle in degrees
angleToDeg
the arc end angle in degrees