Class RMBezierLineHit


  • public class RMBezierLineHit
    extends java.lang.Object
    Hit detection for bezier and a line.
    • Constructor Summary

      Constructors 
      Constructor Description
      RMBezierLineHit()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RMHitInfo getHitInfo​(RMBezier aBezier, RMLine aLine, int which)
      Returns the hit info for this bezier and a given line.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMBezierLineHit

        public RMBezierLineHit()
    • Method Detail

      • getHitInfo

        public static RMHitInfo getHitInfo​(RMBezier aBezier,
                                           RMLine aLine,
                                           int which)
        Returns the hit info for this bezier and a given line.