|
||||||||||
前 次 | フレームあり フレームなし |
jp.go.ipa.jgcl での JgclBoundedCurve2D の使用 |
jp.go.ipa.jgcl での JgclBoundedCurve2D のサブクラス | |
class |
JgclBoundedLine2D
2次元 : 線分を表すクラス。 |
class |
JgclBsplineCurve2D
2次元 : 非有理 (多項式) Bスプライン曲線および有理Bスプライン曲線を表すクラス。 |
class |
JgclCompositeCurve2D
2次元 : 複合曲線を表すクラス。 |
class |
JgclCompositeCurveSegment2D
2次元 : 複合曲線を構成するセグメントを表すクラス。 |
class |
JgclFreeformCurveWithControlPoints2D
2次元 : 制御点を持った自由曲線を表す抽象クラス。 |
class |
JgclPolyline2D
2次元 : ポリラインを表すクラス。 |
class |
JgclPureBezierCurve2D
2次元 : 非有理 (多項式) ベジエ曲線および有理ベジエ曲線を表すクラス このクラスに特有な属性を表すフィールドは特にない。 |
class |
JgclTrimmedCurve2D
2次元 : トリム曲線を表すクラス。 |
JgclBoundedCurve2D を返す jp.go.ipa.jgcl のメソッド | |
JgclBoundedCurve2D |
JgclParametricCurve2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclBoundedCurve2D.offsetByBoundedCurve(double magni,
int side,
JgclToleranceForDistance tol)
この有限曲線全体をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclLine2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclCompositeCurveSegment2D.parentCurve()
このセグメントの母曲線を返す。 |
JgclBoundedCurve2D |
JgclCompositeCurveSegment2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclTrimmedCurve2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclBoundedLine2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclCircle2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclPolyline2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D |
JgclCompositeCurve2D.offsetByBoundedCurve(JgclParameterSection pint,
double magni,
int side,
JgclToleranceForDistance tol)
この曲線の指定の区間をオフセットした曲線を、 与えられた誤差で近似する有限曲線を求める。 |
JgclBoundedCurve2D 型のパラメータを持つ jp.go.ipa.jgcl のメソッド | |
JgclFilletObject2D[] |
JgclBoundedCurve2D.fillet(int side1,
JgclBoundedCurve2D mate,
int side2,
double radius)
この有限曲線全体と他の有限曲線全体におけるフィレットを求める。 |
abstract JgclCurveCurveInterference2D[] |
JgclBoundedCurve2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有限曲線の干渉を求める抽象メソッド。 |
JgclCurveCurveInterference2D[] |
JgclPureBezierCurve2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有界曲線の干渉を求める。 |
JgclCurveCurveInterference2D[] |
JgclBsplineCurve2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有界曲線の干渉を求める。 |
JgclCurveCurveInterference2D[] |
JgclCompositeCurveSegment2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有限曲線の干渉を求める。 |
JgclCurveCurveInterference2D[] |
JgclTrimmedCurve2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有限曲線の干渉を求める。 |
JgclCurveCurveInterference2D[] |
JgclBoundedLine2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有限曲線の干渉を求める。 |
JgclCurveCurveInterference2D[] |
JgclPolyline2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有界曲線の干渉を求める。 |
JgclCurveCurveInterference2D[] |
JgclCompositeCurve2D.interfere(JgclBoundedCurve2D mate)
この有限曲線と他の有限曲線の干渉を求める。 |
JgclBoundedCurve2D 型のパラメータを持つ jp.go.ipa.jgcl のコンストラクタ | |
JgclCompositeCurveSegment2D(int transition,
boolean sameSense,
JgclBoundedCurve2D parentCurve)
各フィールドに設定する値を与えてオブジェクトを構築する。 |
|
JgclPolyline2D(JgclBoundedCurve2D curve,
JgclToleranceForDistance tol)
与えられた有限曲線を指定の許容誤差で直線近似するものとしてオブジェクトを構築する。 |
|
JgclCompositeCurve2D(JgclBoundedCurve2D[] segments,
boolean[] sense)
セグメントの母曲線の配列を与えてオブジェクトを構築する。 |
|
||||||||||
前 次 | フレームあり フレームなし |