クラス
jp.go.ipa.jgcl.JgclIntersectionPoint2D の使用

jp.go.ipa.jgcl での JgclIntersectionPoint2D の使用
 

JgclIntersectionPoint2D を返す jp.go.ipa.jgcl のメソッド
abstract  JgclIntersectionPoint2D[] JgclParametricCurve2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める抽象メソッド。
 JgclIntersectionPoint2D[] JgclHyperbola2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線との交点を求める。
 JgclIntersectionPoint2D[] JgclPureBezierCurve2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D[] JgclPolynomialCurve2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D[] JgclEllipse2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線との交点を求める。
 JgclIntersectionPoint2D JgclInterference2D.toIntersectionPoint()
          この干渉を交点に変換する。
 JgclIntersectionPoint2D[] JgclBsplineCurve2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D[] JgclLine2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D JgclLine2D.intersect1Line(JgclLine2D mate)
          この直線と他の直線との (一つだけの) 交点を求める。
 JgclIntersectionPoint2D[] JgclCompositeCurveSegment2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D JgclIntersectionPoint2D.toIntersectionPoint()
          この干渉を交点に変換する。
 JgclIntersectionPoint2D JgclIntersectionPoint2D.exchange()
          この交点の pointOnCurve1 と pointOnCurve2 を交換した交点を返す。
 JgclIntersectionPoint2D[] JgclTrimmedCurve2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D JgclOverlapCurve2D.toIntersectionPoint()
          この干渉を交点に変換する。
 JgclIntersectionPoint2D[] JgclBoundedLine2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D JgclBoundedLine2D.intersect1(JgclBoundedLine2D mate)
          この線分と他の線分の交点を求める。
 JgclIntersectionPoint2D JgclBoundedLine2D.intersect1AsInfiniteLine(JgclLine2D mate)
          この線分と他の直線の交点を求める。
 JgclIntersectionPoint2D[] JgclCircle2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線との交点を求める。
 JgclIntersectionPoint2D[] JgclPolyline2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D[] JgclPolyline2D.selfIntersect()
          このポリラインの自己交差点を求める。
 JgclIntersectionPoint2D[] JgclCompositeCurve2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線の交点を求める。
 JgclIntersectionPoint2D[] JgclParabola2D.intersect(JgclParametricCurve2D mate)
          この曲線と他の曲線との交点を求める。