com.azalient.api.a.position
Interface ICurvable


public interface ICurvable

An object implements this if it can be curved. Just because an object can be curved, does not mean it currently is curved. Use IBezier.isStraight() to find out if this curvable object is currently straight

See Also:
IBezier

Method Summary
 IBezier curve()
          Return the bezier curve that forms the centre line of this object.
 

Method Detail

curve

IBezier curve()
Return the bezier curve that forms the centre line of this object.