com.azalient.api.a.position
Interface IArcable


public interface IArcable

An object implements this interface if it can be converted to a circular arc. Use IBezier.isArc() to determine if it is currently an arc


Method Summary
 IBezier arc()
           
 

Method Detail

arc

IBezier arc()
Returns:
the bezier curve define this object's curvature. Use IBezier.isArc() to determine if this object is currently defined as an arc