JgclFilletObject2D を返す jp.go.ipa.jgcl のメソッド |
JgclFilletObject2D[] |
JgclParametricCurve2D.fillet(JgclParameterSection pint1,
int side1,
JgclParametricCurve2D mate,
JgclParameterSection pint2,
int side2,
double radius)
この曲線の指定の区間と、他の曲線の指定の区間におけるフィレットを求める。
|
JgclFilletObject2D[] |
JgclBoundedCurve2D.fillet(int side1,
JgclBoundedCurve2D mate,
int side2,
double radius)
この有限曲線全体と他の有限曲線全体におけるフィレットを求める。
|
JgclFilletObject2D[] |
JgclPolynomialCurve2D.fillet(JgclParameterSection pint1,
int side1,
JgclParametricCurve2D mate,
JgclParameterSection pint2,
int side2,
double radius)
この曲線の指定の区間と、他の曲線の指定の区間におけるフィレットを求める。
|