|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IParameterObject
igeo.INurbsGeo
igeo.ICurveGeo
public class ICurveGeo
Geometry of NURBS curve.
| Field Summary | |
|---|---|
IBSplineBasisFunction |
basisFunction
bernstein basis function |
IVecI[] |
controlPoints
control points |
boolean[] |
defaultWeights
flag to determine to use default weight value (1.0) |
int |
degree
degree of NURBS curve |
IBSplineBasisFunction |
derivativeFunction
derivative of bernstein basis function |
double[] |
knots
normalized knot vector (start value in knot vector is 0, end value is 1) |
double |
uend
ustart and uend are not normalized, keeping original value in input files |
ICurveCache |
uSearchCache
|
double |
ustart
ustart and uend are not normalized, keeping original value in input files |
| Fields inherited from class igeo.IParameterObject |
|---|
parent |
| Constructor Summary | |
|---|---|
ICurveGeo()
|
|
ICurveGeo(double[][] xyzValues)
|
|
ICurveGeo(double[][] xyzValues,
boolean close)
|
|
ICurveGeo(double[][] xyzValues,
int degree)
|
|
ICurveGeo(double[][] xyzValues,
int degree,
boolean close)
|
|
ICurveGeo(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
|
|
ICurveGeo(ICurveGeo crv)
|
|
ICurveGeo(IEdge edge)
|
|
ICurveGeo(IVecI pt)
|
|
ICurveGeo(IVecI[] cpts)
|
|
ICurveGeo(IVecI[] cpts,
boolean close)
|
|
ICurveGeo(IVecI[] cpts,
int degree)
|
|
ICurveGeo(IVecI[] cpts,
int degree,
boolean close)
|
|
ICurveGeo(IVecI[] cpts,
int degree,
double[] knots)
|
|
ICurveGeo(IVecI[] cpts,
int degree,
double[] knots,
double ustart,
double uend)
|
|
ICurveGeo(IVecI pt1,
IVecI pt2)
|
|
| Method Summary | |
|---|---|
ICurveGeo |
add(double x,
double y,
double z)
transformation methods |
ICurveGeo |
add(double f,
IVecI v)
scale add alias |
ICurveGeo |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveGeo |
add(IDoubleI f,
IVecI v)
scale add alias |
ICurveGeo |
add(IVecI v)
|
ICurveGeo |
add(IVecI v,
double f)
scale add |
ICurveGeo |
add(IVecI v,
IDoubleI f)
scale add |
ICurveGeo |
addCP(int index,
IVecI pt)
add control point at i and rebuild the curve. |
ICurveGeo |
addCP(int index,
IVecI[] pts)
add control points at i and rebuild the curve. |
ICurveGeo |
addCP(int index,
IVecI[] pts,
int newDegree)
add control point at i and rebuild the curve and change degree. |
ICurveGeo |
addCP(int index,
IVecI pt,
int newDegree)
add control point at i and rebuild the curve and change degree. |
ICurveGeo |
addCP(IVecI pt)
add control point at the end and rebuild the curve. |
ICurveGeo |
addCP(IVecI[] pts)
add control points at the end and rebuild the curve. |
ICurveGeo |
addCP(IVecI[] pts,
int newDegree)
add control point at i and rebuild the curve and change degree. |
ICurveGeo |
addCP(IVecI pt,
int newDegree)
add control point at the end and rebuild the curve and change degree if possible. |
IVec |
center()
returns center of geometry object |
static void |
checkDuplicatedCP(IVecI[] cpts)
|
static void |
checkDuplicatedCP(IVecI[] origCPs,
IVecI newCP)
|
static void |
checkDuplicatedCP(IVecI[] origCPs,
IVecI[] newCPs)
|
static void |
checkDuplicatedCPOnEdge(IVecI[] cpts)
|
IVec |
closePt(IVec2I pt)
find approximately closest point on a curve on 2D |
IVec |
closePt(IVecI pt)
find approximately closest point on a curve |
ICurveGeo |
cp()
cp() is alias of dup() |
ICurveGeo |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
ICurveGeo |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IVecI |
cp(IIntegerI i)
getting i-th control point |
IVecI |
cp(int i)
getting i-th control point |
ICurveGeo |
cp(IVecI v)
cp() is alias of dup().add() |
int |
cpNum()
|
int |
cpNum(ISwitchE e)
|
IInteger |
cpNum(ISwitchR r)
|
IVecI[] |
cps()
all control points |
int |
deg()
|
int |
deg(ISwitchE e)
|
IInteger |
deg(ISwitchR r)
|
double |
dist(IVec2I pt)
distance to the closest point on a curve on 2D |
double |
dist(IVecI pt)
distance to the closest point on a curve |
ICurveGeo |
div(double v)
|
ICurveGeo |
div(IDoubleI v)
|
ICurveGeo |
dup()
duplicate the instance |
IVec |
end()
|
IVec |
endCP()
|
IVec |
ep(IIntegerI i)
|
IVec |
ep(int i)
close curve with the current control points. |
int |
epNum()
|
int |
epNum(ISwitchE e)
|
IInteger |
epNum(ISwitchR r)
|
ICurveGeo |
flip()
alias of neg |
ICurveGeo |
flipU()
alias of rev() |
ICurveGeo |
get()
|
static IVec[] |
getPointsFromArray(double[][] xyzvalues)
|
void |
init(IVecI[] cpts)
|
void |
init(IVecI[] cpts,
boolean close)
|
void |
init(IVecI[] cpts,
int degree)
|
void |
init(IVecI[] cpts,
int degree,
boolean close)
|
void |
init(IVecI[] cpts,
int degree,
double[] knots)
|
ICurveGeo |
insertCP(int i,
IVecI pt)
alias of addCP(int,IVecI) |
ICurveGeo |
insertCP(int i,
IVecI[] pts)
alias of addCP(int,IVecI[]) |
boolean |
isClosed()
|
boolean |
isClosed(ISwitchE e)
|
IBool |
isClosed(ISwitchR r)
|
boolean |
isRational()
|
boolean |
isRational(ISwitchE e)
|
IBool |
isRational(ISwitchR r)
|
boolean |
isValid()
|
static boolean |
isValidCP(IVecI[] cpts)
|
static boolean |
isValidCP(IVecI[] cpts,
int deg,
double[] knots)
|
IDouble |
knot(IIntegerI i)
|
double |
knot(int i)
close curve with the current control points. |
int |
knotNum()
|
int |
knotNum(ISwitchE e)
|
IInteger |
knotNum(ISwitchR r)
|
double[] |
knots()
all knot values |
double[] |
knots(ISwitchE e)
|
IDouble[] |
knots(ISwitchR r)
|
double |
len()
|
double |
len(double resolutionPerEP)
|
double |
len(ISwitchE e)
|
IDouble |
len(ISwitchR r)
|
IVec |
mid()
parametrically mid point of a curve |
ICurveGeo |
mirror(IVecI planeDir)
mirror is alias of ref |
ICurveGeo |
mirror(IVecI center,
IVecI planeDir)
|
ICurveGeo |
mul(double v)
|
ICurveGeo |
mul(IDoubleI v)
|
ICurveGeo |
mv(double x,
double y,
double z)
mv() is alias of add() |
ICurveGeo |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveGeo |
mv(IVecI v)
|
ICurveGeo |
neg()
|
int |
num()
change degree. |
int |
num(ISwitchE e)
|
IInteger |
num(ISwitchR r)
|
IVec |
pt(double u)
|
void |
pt(double u,
IVec retval)
|
IVec |
pt(IDoubleI u)
|
ICurveGeo |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
ICurveGeo |
ref(IVecI center,
IVecI planeDir)
|
ICurveGeo |
removeCP()
removing control point at the end and rebuild the curve. |
ICurveGeo |
removeCP(int index)
removing control point at i and rebuild the curve note that a knots is rebuilt with default equal interval and destroy original knot intervals if variable, like circle. |
ICurveGeo |
removeCP(int indexFrom,
int indexTo)
removing control point from indexFrom to indexTo-1 and rebuild the curve. |
ICurveGeo |
rev()
reverse U coordintates direction of curve, without creating a new object |
ICurveGeo |
revU()
alias of rev() |
ICurveGeo |
rot(double angle)
|
ICurveGeo |
rot(IDoubleI angle)
rotation around z-axis and origin |
ICurveGeo |
rot(IVecI axis,
double angle)
|
ICurveGeo |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
ICurveGeo |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
ICurveGeo |
rot(IVecI center,
IVecI axis,
double angle)
|
ICurveGeo |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
ICurveGeo |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
ICurveGeo |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
ICurveGeo |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
ICurveGeo |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
ICurveGeo |
rot2(IVecI center,
double angle)
|
ICurveGeo |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
ICurveGeo |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
ICurveGeo |
scale(double f)
|
ICurveGeo |
scale(IDoubleI f)
alias of mul |
ICurveGeo |
scale(IVecI center,
double f)
|
ICurveGeo |
scale(IVecI center,
IDoubleI f)
|
ICurveGeo |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
ICurveGeo |
scale1d(IVecI axis,
IDoubleI f)
|
ICurveGeo |
scale1d(IVecI center,
IVecI axis,
double f)
|
ICurveGeo |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
ICurveGeo |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
ICurveGeo |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
ICurveGeo |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
ICurveGeo |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
ICurveGeo |
shearXY(double sxy,
double syx)
|
ICurveGeo |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
ICurveGeo |
shearXY(IVecI center,
double sxy,
double syx)
|
ICurveGeo |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
ICurveGeo |
shearYZ(double syz,
double szy)
|
ICurveGeo |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
ICurveGeo |
shearYZ(IVecI center,
double syz,
double szy)
|
ICurveGeo |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
ICurveGeo |
shearZX(double szx,
double sxz)
|
ICurveGeo |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
ICurveGeo |
shearZX(IVecI center,
double szx,
double sxz)
|
ICurveGeo |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IVec |
start()
|
IVec |
startCP()
|
ICurveGeo |
sub(double x,
double y,
double z)
|
ICurveGeo |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveGeo |
sub(IVecI v)
|
IVec |
tan(double u)
|
void |
tan(double u,
IVec retval)
|
IVec |
tan(IDoubleI u)
|
ICurveGeo |
transform(IMatrix3I mat)
|
ICurveGeo |
transform(IMatrix4I mat)
|
ICurveGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
ICurveGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
ICurveGeo |
translate(double x,
double y,
double z)
translate is alias of add() |
ICurveGeo |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurveGeo |
translate(IVecI v)
|
IDouble |
u(IInteger epIdx,
IDouble epFraction)
|
double |
u(int epIdx,
double epFraction)
|
double |
u(ISwitchE r,
IVec2I pt)
|
double |
u(ISwitchE r,
IVecI pt)
|
IDouble |
u(ISwitchR r,
IVec2I pt)
|
IDouble |
u(ISwitchR r,
IVecI pt)
|
double |
u(IVec2I pt)
approximate invert projection from 2D location to interanl parameter U |
double |
u(IVecI pt)
approximate invert projection from 3D location to interanl parameter U (closest point on curve) |
double |
uend()
|
double |
uend(ISwitchE e)
|
IDouble |
uend(ISwitchR r)
|
ICurveGeo |
updateCache()
|
double |
ustart()
|
double |
ustart(ISwitchE e)
|
IDouble |
ustart(ISwitchR r)
|
| Methods inherited from class igeo.INurbsGeo |
|---|
createClosedCP, createClosedCPInU, createClosedCPInV, createClosedKnots, createKnots, createKnots, invertKnots, isValidKnots, normalizeKnots |
| Methods inherited from class igeo.IParameterObject |
|---|
createObject, parent, parent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IVecI[] controlPoints
public int degree
public double[] knots
public double ustart
public double uend
public boolean[] defaultWeights
public IBSplineBasisFunction basisFunction
public IBSplineBasisFunction derivativeFunction
public ICurveCache uSearchCache
| Constructor Detail |
|---|
public ICurveGeo()
public ICurveGeo(IVecI[] cpts,
int degree,
double[] knots,
double ustart,
double uend)
public ICurveGeo(IVecI[] cpts,
int degree,
double[] knots)
public ICurveGeo(IVecI[] cpts,
int degree)
public ICurveGeo(IVecI[] cpts)
public ICurveGeo(IVecI[] cpts,
int degree,
boolean close)
public ICurveGeo(IVecI[] cpts,
boolean close)
public ICurveGeo(IVecI pt1,
IVecI pt2)
public ICurveGeo(IVecI pt)
public ICurveGeo(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
public ICurveGeo(double[][] xyzValues)
public ICurveGeo(double[][] xyzValues,
int degree)
public ICurveGeo(double[][] xyzValues,
boolean close)
public ICurveGeo(double[][] xyzValues,
int degree,
boolean close)
public ICurveGeo(IEdge edge)
public ICurveGeo(ICurveGeo crv)
| Method Detail |
|---|
public void init(IVecI[] cpts)
public void init(IVecI[] cpts,
int degree)
public void init(IVecI[] cpts,
boolean close)
public void init(IVecI[] cpts,
int degree,
boolean close)
public void init(IVecI[] cpts,
int degree,
double[] knots)
public boolean isValid()
isValid in interface ICurveI
public static boolean isValidCP(IVecI[] cpts,
int deg,
double[] knots)
public static boolean isValidCP(IVecI[] cpts)
public static void checkDuplicatedCP(IVecI[] cpts)
public static void checkDuplicatedCP(IVecI[] origCPs,
IVecI newCP)
public static void checkDuplicatedCP(IVecI[] origCPs,
IVecI[] newCPs)
public static void checkDuplicatedCPOnEdge(IVecI[] cpts)
public static IVec[] getPointsFromArray(double[][] xyzvalues)
public ICurveGeo get()
get in interface ICurveIget in interface ICurveOpget in interface IParameterpublic ICurveGeo dup()
ITransformable
dup in interface ICurveIdup in interface ITransformablepublic IVec pt(IDoubleI u)
pt in interface ICurveIpublic IVec pt(double u)
pt in interface ICurveI
public void pt(double u,
IVec retval)
public IVec tan(IDoubleI u)
tan in interface ICurveIpublic IVec tan(double u)
tan in interface ICurveI
public void tan(double u,
IVec retval)
public IVecI cp(int i)
cp in interface ICurveIpublic IVecI cp(IIntegerI i)
cp in interface ICurveIpublic IVecI[] cps()
ICurveI
cps in interface ICurveI
public ICurveGeo addCP(IVecI pt,
int newDegree)
public ICurveGeo addCP(IVecI pt)
public ICurveGeo addCP(int index,
IVecI pt,
int newDegree)
public ICurveGeo addCP(int index,
IVecI pt)
public ICurveGeo addCP(IVecI[] pts,
int newDegree)
public ICurveGeo addCP(IVecI[] pts)
public ICurveGeo addCP(int index,
IVecI[] pts,
int newDegree)
public ICurveGeo addCP(int index,
IVecI[] pts)
public ICurveGeo insertCP(int i,
IVecI pt)
public ICurveGeo insertCP(int i,
IVecI[] pts)
public ICurveGeo removeCP()
public ICurveGeo removeCP(int index)
public ICurveGeo removeCP(int indexFrom,
int indexTo)
public IVec ep(int i)
ep in interface ICurveIpublic IVec ep(IIntegerI i)
ep in interface ICurveIpublic IVec start()
start in interface ICurveIpublic IVec end()
end in interface ICurveIpublic IVec startCP()
startCP in interface ICurveIpublic IVec endCP()
endCP in interface ICurveIpublic IVec mid()
mid in interface ICurveIpublic IVec center()
center in interface ICurveIpublic double u(IVecI pt)
u in interface ICurveI
public double u(ISwitchE r,
IVecI pt)
u in interface ICurveI
public IDouble u(ISwitchR r,
IVecI pt)
u in interface ICurveIpublic double u(IVec2I pt)
u in interface ICurveI
public double u(ISwitchE r,
IVec2I pt)
u in interface ICurveI
public IDouble u(ISwitchR r,
IVec2I pt)
u in interface ICurveIpublic IVec closePt(IVecI pt)
closePt in interface ICurveIpublic IVec closePt(IVec2I pt)
closePt in interface ICurveIpublic double dist(IVecI pt)
dist in interface ICurveIpublic double dist(IVec2I pt)
dist in interface ICurveIpublic double knot(int i)
ICurveI
knot in interface ICurveIpublic IDouble knot(IIntegerI i)
knot in interface ICurveIpublic double[] knots()
ICurveI
knots in interface ICurveIpublic double[] knots(ISwitchE e)
knots in interface ICurveIpublic IDouble[] knots(ISwitchR r)
knots in interface ICurveIpublic int knotNum()
knotNum in interface ICurveIpublic int knotNum(ISwitchE e)
knotNum in interface ICurveIpublic IInteger knotNum(ISwitchR r)
knotNum in interface ICurveIpublic int deg()
deg in interface ICurveIpublic int deg(ISwitchE e)
deg in interface ICurveIpublic IInteger deg(ISwitchR r)
deg in interface ICurveIpublic int num()
ICurveI
num in interface ICurveIpublic int num(ISwitchE e)
num in interface ICurveIpublic IInteger num(ISwitchR r)
num in interface ICurveIpublic int cpNum()
cpNum in interface ICurveIpublic int cpNum(ISwitchE e)
cpNum in interface ICurveIpublic IInteger cpNum(ISwitchR r)
cpNum in interface ICurveIpublic int epNum()
epNum in interface ICurveIpublic int epNum(ISwitchE e)
epNum in interface ICurveIpublic IInteger epNum(ISwitchR r)
epNum in interface ICurveIpublic boolean isRational()
isRational in interface ICurveIpublic boolean isRational(ISwitchE e)
isRational in interface ICurveIpublic IBool isRational(ISwitchR r)
isRational in interface ICurveIpublic double len(double resolutionPerEP)
public double len()
len in interface ICurveIpublic double len(ISwitchE e)
len in interface ICurveIpublic IDouble len(ISwitchR r)
len in interface ICurveI
public double u(int epIdx,
double epFraction)
u in interface ICurveI
public IDouble u(IInteger epIdx,
IDouble epFraction)
u in interface ICurveIpublic double ustart()
ustart in interface ICurveIpublic double uend()
uend in interface ICurveIpublic double ustart(ISwitchE e)
ustart in interface ICurveIpublic double uend(ISwitchE e)
uend in interface ICurveIpublic IDouble ustart(ISwitchR r)
ustart in interface ICurveIpublic IDouble uend(ISwitchR r)
uend in interface ICurveIpublic boolean isClosed()
isClosed in interface ICurveIpublic boolean isClosed(ISwitchE e)
isClosed in interface ICurveIpublic IBool isClosed(ISwitchR r)
isClosed in interface ICurveIpublic ICurveGeo rev()
ICurveI
rev in interface ICurveIpublic ICurveGeo revU()
revU in interface ICurveIpublic ICurveGeo flipU()
flipU in interface ICurveIpublic ICurveGeo updateCache()
public ICurveGeo add(double x,
double y,
double z)
add in interface ICurveIadd in interface ITransformable
public ICurveGeo add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ICurveIadd in interface ITransformablepublic ICurveGeo add(IVecI v)
add in interface ICurveIadd in interface ITransformable
public ICurveGeo sub(double x,
double y,
double z)
sub in interface ICurveIsub in interface ITransformable
public ICurveGeo sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ICurveIsub in interface ITransformablepublic ICurveGeo sub(IVecI v)
sub in interface ICurveIsub in interface ITransformablepublic ICurveGeo mul(IDoubleI v)
mul in interface ICurveImul in interface ITransformablepublic ICurveGeo mul(double v)
mul in interface ICurveImul in interface ITransformablepublic ICurveGeo div(IDoubleI v)
div in interface ICurveIdiv in interface ITransformablepublic ICurveGeo div(double v)
div in interface ICurveIdiv in interface ITransformablepublic ICurveGeo neg()
neg in interface ICurveIneg in interface ITransformablepublic ICurveGeo flip()
flip in interface ICurveIflip in interface ITransformable
public ICurveGeo add(IVecI v,
double f)
add in interface ICurveIadd in interface ITransformable
public ICurveGeo add(IVecI v,
IDoubleI f)
ITransformable
add in interface ICurveIadd in interface ITransformable
public ICurveGeo add(double f,
IVecI v)
add in interface ITransformable
public ICurveGeo add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformablepublic ICurveGeo rot(IDoubleI angle)
ITransformable
rot in interface ITransformablepublic ICurveGeo rot(double angle)
rot in interface ITransformable
public ICurveGeo rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ICurveIrot in interface ITransformable
public ICurveGeo rot(IVecI axis,
double angle)
rot in interface ICurveIrot in interface ITransformable
public ICurveGeo rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ICurveIrot in interface ITransformable
public ICurveGeo rot(IVecI center,
IVecI axis,
double angle)
rot in interface ICurveIrot in interface ITransformable
public ICurveGeo rot(IVecI axis,
IVecI destDir)
rot in interface ICurveIrot in interface ITransformable
public ICurveGeo rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ICurveIrot in interface ITransformablepublic ICurveGeo rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablepublic ICurveGeo rot2(double angle)
ITransformable
rot2 in interface ITransformable
public ICurveGeo rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformable
public ICurveGeo rot2(IVecI center,
double angle)
rot2 in interface ITransformablepublic ICurveGeo rot2(IVecI destDir)
rot2 in interface ITransformable
public ICurveGeo rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablepublic ICurveGeo scale(IDoubleI f)
scale in interface ICurveIscale in interface ITransformablepublic ICurveGeo scale(double f)
scale in interface ICurveIscale in interface ITransformable
public ICurveGeo scale(IVecI center,
IDoubleI f)
scale in interface ICurveIscale in interface ITransformable
public ICurveGeo scale(IVecI center,
double f)
scale in interface ICurveIscale in interface ITransformable
public ICurveGeo scale1d(IVecI axis,
double f)
scale1d in interface ICurveIscale1d in interface ITransformable
public ICurveGeo scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ICurveIscale1d in interface ITransformable
public ICurveGeo scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ICurveIscale1d in interface ITransformable
public ICurveGeo scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ICurveIscale1d in interface ITransformablepublic ICurveGeo ref(IVecI planeDir)
ref in interface ICurveIref in interface ITransformable
public ICurveGeo ref(IVecI center,
IVecI planeDir)
ref in interface ICurveIref in interface ITransformablepublic ICurveGeo mirror(IVecI planeDir)
mirror in interface ICurveImirror in interface ITransformable
public ICurveGeo mirror(IVecI center,
IVecI planeDir)
mirror in interface ICurveImirror in interface ITransformable
public ICurveGeo shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurveGeo shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurveGeo shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurveGeo shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurveGeo shearXY(double sxy,
double syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurveGeo shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurveGeo shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurveGeo shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurveGeo shearYZ(double syz,
double szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurveGeo shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurveGeo shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurveGeo shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurveGeo shearZX(double szx,
double sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurveGeo shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurveGeo shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurveGeo shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurveGeo translate(double x,
double y,
double z)
translate in interface ICurveItranslate in interface ITransformable
public ICurveGeo translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ICurveItranslate in interface ITransformablepublic ICurveGeo translate(IVecI v)
translate in interface ICurveItranslate in interface ITransformablepublic ICurveGeo transform(IMatrix3I mat)
transform in interface ICurveItransform in interface ITransformablepublic ICurveGeo transform(IMatrix4I mat)
transform in interface ICurveItransform in interface ITransformable
public ICurveGeo transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ICurveItransform in interface ITransformable
public ICurveGeo transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ICurveItransform in interface ITransformable
public ICurveGeo mv(double x,
double y,
double z)
mv in interface ICurveImv in interface ITransformable
public ICurveGeo mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ICurveImv in interface ITransformablepublic ICurveGeo mv(IVecI v)
mv in interface ICurveImv in interface ITransformablepublic ICurveGeo cp()
cp in interface ICurveIcp in interface ITransformable
public ICurveGeo cp(double x,
double y,
double z)
cp in interface ICurveIcp in interface ITransformable
public ICurveGeo cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ICurveIcp in interface ITransformablepublic ICurveGeo cp(IVecI v)
cp in interface ICurveIcp in interface ITransformable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||