|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IGeometry
igeo.ICurve
public class ICurve
Class of NURBS curve object. It contains ICurveGeo instance inside.
| Field Summary | |
|---|---|
ICurveGeo |
curve
|
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
ICurve()
|
|
ICurve(double[][] xyzValues)
|
|
ICurve(double[][] xyzValues,
boolean close)
|
|
ICurve(double[][] xyzValues,
int degree)
|
|
ICurve(double[][] xyzValues,
int degree,
boolean close)
|
|
ICurve(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
|
|
ICurve(ICurve crv)
|
|
ICurve(ICurveGeo crv)
|
|
ICurve(ICurveI crv)
|
|
ICurve(IServerI s)
|
|
ICurve(IServerI s,
double[][] xyzValues)
|
|
ICurve(IServerI s,
double[][] xyzValues,
boolean close)
|
|
ICurve(IServerI s,
double[][] xyzValues,
int degree)
|
|
ICurve(IServerI s,
double[][] xyzValues,
int degree,
boolean close)
|
|
ICurve(IServerI s,
double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
|
|
ICurve(IServerI s,
ICurve crv)
|
|
ICurve(IServerI s,
ICurveGeo crv)
|
|
ICurve(IServerI s,
ICurveI crv)
|
|
ICurve(IServerI s,
IVecI pt)
this creates a line between a same point |
|
ICurve(IServerI s,
IVecI[] cpts)
|
|
ICurve(IServerI s,
IVecI[] cpts,
boolean close)
|
|
ICurve(IServerI s,
IVecI[] cpts,
int degree)
|
|
ICurve(IServerI s,
IVecI[] cpts,
int degree,
boolean close)
|
|
ICurve(IServerI s,
IVecI[] cpts,
int degree,
double[] knots)
|
|
ICurve(IServerI s,
IVecI[] cpts,
int degree,
double[] knots,
double ustart,
double uend)
|
|
ICurve(IServerI s,
IVecI pt1,
IVecI pt2)
|
|
ICurve(IVecI pt)
this creates a line between a same point |
|
ICurve(IVecI[] cpts)
|
|
ICurve(IVecI[] cpts,
boolean close)
|
|
ICurve(IVecI[] cpts,
int degree)
|
|
ICurve(IVecI[] cpts,
int degree,
boolean close)
|
|
ICurve(IVecI[] cpts,
int degree,
double[] knots)
|
|
ICurve(IVecI[] cpts,
int degree,
double[] knots,
double ustart,
double uend)
|
|
ICurve(IVecI pt1,
IVecI pt2)
|
|
| Method Summary | |
|---|---|
ICurve |
add(double x,
double y,
double z)
transformation methods; API of ITransformable interface |
ICurve |
add(double f,
IVecI v)
scale add alias |
ICurve |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurve |
add(IDoubleI f,
IVecI v)
scale add alias |
ICurve |
add(IVecI v)
|
ICurve |
add(IVecI v,
double f)
scale add |
ICurve |
add(IVecI v,
IDoubleI f)
scale add |
ICurve |
addCP(int index,
IVecI pt)
add control point at i and rebuild the curve. |
ICurve |
addCP(int index,
IVecI[] pts)
add control points at i and rebuild the curve. |
ICurve |
addCP(IVecI pt)
add control point at the end and rebuild the curve. |
ICurve |
addCP(IVecI[] pts)
add control points at the end and rebuild the curve. |
ICurve |
clr(java.awt.Color c)
|
ICurve |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
ICurve |
clr(double dgray)
|
ICurve |
clr(double dgray,
double dalpha)
|
ICurve |
clr(double dr,
double dg,
double db)
|
ICurve |
clr(double dr,
double dg,
double db,
double da)
|
ICurve |
clr(float fgray)
|
ICurve |
clr(float fgray,
float falpha)
|
ICurve |
clr(float fr,
float fg,
float fb)
|
ICurve |
clr(float fr,
float fg,
float fb,
float fa)
|
ICurve |
clr(int gray)
|
ICurve |
clr(int gray,
int alpha)
|
ICurve |
clr(int r,
int g,
int b)
|
ICurve |
clr(int r,
int g,
int b,
int a)
|
ICurve |
cp()
cp() is alias of dup() |
ICurve |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
ICurve |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IVecI |
cp(IIntegerI i)
getting i-th control point |
IVec |
cp(int i)
getting i-th control point |
ICurve |
cp(IVecI v)
cp() is alias of dup().add() |
int |
cpNum()
|
int |
cpNum(ISwitchE e)
|
IInteger |
cpNum(ISwitchR r)
|
IVecI[] |
cps()
all control points |
IGraphicObject |
createGraphic(IGraphicMode m)
|
int |
deg()
|
int |
deg(ISwitchE e)
|
IInteger |
deg(ISwitchR r)
|
ICurve |
div(double v)
|
ICurve |
div(IDoubleI v)
|
ICurve |
dup()
duplicate object |
IVec |
end()
end point of the curve |
IVec |
endCP()
end control point of the curve |
IVec |
ep(IIntegerI i)
getting i-th edit point |
IVec |
ep(int i)
getting i-th edit point |
int |
epNum()
|
int |
epNum(ISwitchE e)
|
IInteger |
epNum(ISwitchR r)
|
ICurve |
flip()
same with neg |
ICurveGeo |
get()
|
ICurve |
hide()
|
ICurve |
hsb(double h,
double s,
double b)
|
ICurve |
hsb(double h,
double s,
double b,
double a)
|
ICurve |
hsb(float h,
float s,
float b)
|
ICurve |
hsb(float h,
float s,
float b,
float a)
|
void |
initCurve(IServerI s)
|
ICurve |
insertCP(int index,
IVecI pt)
alias of addCP(int,IVecI) |
ICurve |
insertCP(int index,
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()
checking parameters validity. |
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)
|
IDoubleI[] |
knots(ISwitchR r)
|
ICurve |
layer(ILayer l)
Set layer by ILayer object |
double |
len()
|
double |
len(ISwitchE e)
|
IDouble |
len(ISwitchR r)
|
ICurve |
mirror(IVecI planeDir)
mirror is alias of ref |
ICurve |
mirror(IVecI center,
IVecI planeDir)
|
ICurve |
mul(double v)
|
ICurve |
mul(IDoubleI v)
|
ICurve |
mv(double x,
double y,
double z)
mv() is alias of add() |
ICurve |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurve |
mv(IVecI v)
|
ICurve |
name(java.lang.String nm)
IObject methods |
ICurve |
neg()
|
int |
num()
change degree. |
int |
num(ISwitchE e)
|
IInteger |
num(ISwitchR r)
|
IVec |
pt(double u)
|
IVec |
pt(IDoubleI u)
|
ICurve |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
ICurve |
ref(IVecI center,
IVecI planeDir)
|
ICurve |
removeCP()
removing control point at the end and rebuild the curve. |
ICurve |
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. |
ICurve |
removeCP(int indexFrom,
int indexTo)
removing control point from indexFrom to indexTo-1 and rebuild the curve note that a knots is rebuilt with default equal interval and destroy original knot intervals if variable, like circle. |
ICurve |
rev()
reverse self curve ; not creating a new object |
ICurve |
rot(double angle)
|
ICurve |
rot(IDoubleI angle)
rotation around z-axis and origin |
ICurve |
rot(IVecI axis,
double angle)
|
ICurve |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
ICurve |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
ICurve |
rot(IVecI center,
IVecI axis,
double angle)
|
ICurve |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
ICurve |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
ICurve |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
ICurve |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
ICurve |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
ICurve |
rot2(IVecI center,
double angle)
|
ICurve |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
ICurve |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
ICurve |
scale(double f)
|
ICurve |
scale(IDoubleI f)
alias of mul |
ICurve |
scale(IVecI center,
double f)
|
ICurve |
scale(IVecI center,
IDoubleI f)
|
ICurve |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
ICurve |
scale1d(IVecI axis,
IDoubleI f)
|
ICurve |
scale1d(IVecI center,
IVecI axis,
double f)
|
ICurve |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
ICurve |
setColor(java.awt.Color c)
|
ICurve |
setColor(java.awt.Color c,
int alpha)
|
ICurve |
setColor(double dgray)
|
ICurve |
setColor(double dgray,
double dalpha)
|
ICurve |
setColor(double dr,
double dg,
double db)
|
ICurve |
setColor(double dr,
double dg,
double db,
double da)
|
ICurve |
setColor(float fgray)
|
ICurve |
setColor(float fgray,
float falpha)
|
ICurve |
setColor(float fr,
float fg,
float fb)
|
ICurve |
setColor(float fr,
float fg,
float fb,
float fa)
|
ICurve |
setColor(int gray)
|
ICurve |
setColor(int gray,
int alpha)
|
ICurve |
setColor(int r,
int g,
int b)
|
ICurve |
setColor(int r,
int g,
int b,
int a)
|
ICurve |
setHSBColor(double h,
double s,
double b)
|
ICurve |
setHSBColor(double h,
double s,
double b,
double a)
|
ICurve |
setHSBColor(float h,
float s,
float b)
|
ICurve |
setHSBColor(float h,
float s,
float b,
float a)
|
ICurve |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
ICurve |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
ICurve |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
ICurve |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
ICurve |
shearXY(double sxy,
double syx)
|
ICurve |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
ICurve |
shearXY(IVecI center,
double sxy,
double syx)
|
ICurve |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
ICurve |
shearYZ(double syz,
double szy)
|
ICurve |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
ICurve |
shearYZ(IVecI center,
double syz,
double szy)
|
ICurve |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
ICurve |
shearZX(double szx,
double sxz)
|
ICurve |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
ICurve |
shearZX(IVecI center,
double szx,
double sxz)
|
ICurve |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
ICurve |
show()
|
IVec |
start()
start point of the curve |
IVec |
startCP()
start control point of the curve |
ICurve |
sub(double x,
double y,
double z)
|
ICurve |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurve |
sub(IVecI v)
|
IVec |
tan(double u)
|
IVec |
tan(IDoubleI u)
|
ICurve |
transform(IMatrix3I mat)
|
ICurve |
transform(IMatrix4I mat)
|
ICurve |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
ICurve |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
ICurve |
translate(double x,
double y,
double z)
translate is alias of add() |
ICurve |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
ICurve |
translate(IVecI v)
|
IDouble |
u(IInteger epIdx,
IDouble epFraction)
|
double |
u(int epIdx,
double epFraction)
|
double |
uend()
|
double |
uend(ISwitchE e)
|
IDouble |
uend(ISwitchR r)
|
double |
ustart()
|
double |
ustart(ISwitchE e)
|
IDouble |
ustart(ISwitchR r)
|
| Methods inherited from class igeo.IGeometry |
|---|
attr, layer |
| Methods inherited from class igeo.IObject |
|---|
addDynamics, alpha, alphaInt, attr, blue, blueInt, clearDynamics, clearGraphics, clr, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, updateGraphic, visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ICurveGeo curve
| Constructor Detail |
|---|
public ICurve()
public ICurve(IVecI[] cpts,
int degree,
double[] knots,
double ustart,
double uend)
public ICurve(IVecI[] cpts,
int degree,
double[] knots)
public ICurve(IVecI[] cpts,
int degree)
public ICurve(IVecI[] cpts)
public ICurve(IVecI[] cpts,
int degree,
boolean close)
public ICurve(IVecI[] cpts,
boolean close)
public ICurve(IVecI pt1,
IVecI pt2)
public ICurve(IVecI pt)
public ICurve(double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
public ICurve(double[][] xyzValues)
public ICurve(double[][] xyzValues,
int degree)
public ICurve(double[][] xyzValues,
boolean close)
public ICurve(double[][] xyzValues,
int degree,
boolean close)
public ICurve(ICurveGeo crv)
public ICurve(ICurveI crv)
public ICurve(ICurve crv)
public ICurve(IServerI s)
public ICurve(IServerI s,
IVecI[] cpts,
int degree,
double[] knots,
double ustart,
double uend)
public ICurve(IServerI s,
IVecI[] cpts,
int degree,
double[] knots)
public ICurve(IServerI s,
IVecI[] cpts,
int degree)
public ICurve(IServerI s,
IVecI[] cpts)
public ICurve(IServerI s,
IVecI[] cpts,
int degree,
boolean close)
public ICurve(IServerI s,
IVecI[] cpts,
boolean close)
public ICurve(IServerI s,
IVecI pt1,
IVecI pt2)
public ICurve(IServerI s,
IVecI pt)
public ICurve(IServerI s,
double x1,
double y1,
double z1,
double x2,
double y2,
double z2)
public ICurve(IServerI s,
double[][] xyzValues)
public ICurve(IServerI s,
double[][] xyzValues,
int degree)
public ICurve(IServerI s,
double[][] xyzValues,
boolean close)
public ICurve(IServerI s,
double[][] xyzValues,
int degree,
boolean close)
public ICurve(IServerI s,
ICurveGeo crv)
public ICurve(IServerI s,
ICurveI crv)
public ICurve(IServerI s,
ICurve crv)
| Method Detail |
|---|
public void initCurve(IServerI s)
public IGraphicObject createGraphic(IGraphicMode m)
createGraphic in class IObjectpublic boolean isValid()
IObject
isValid in interface ICurveIisValid in class IObjectpublic ICurveGeo get()
get in interface ICurveIget in interface ICurveOpget in interface IParameterpublic ICurve dup()
IObject
dup in interface ICurveIdup in interface ITransformabledup in class IGeometrypublic IVec pt(IDoubleI u)
pt in interface ICurveIpublic IVec pt(double u)
pt in interface ICurveIpublic IVec tan(IDoubleI u)
tan in interface ICurveIpublic IVec tan(double u)
tan in interface ICurveIpublic IVec cp(int i)
cp in interface ICurveIpublic IVecI cp(IIntegerI i)
cp in interface ICurveIpublic IVecI[] cps()
ICurveI
cps in interface ICurveIpublic 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 ICurve addCP(IVecI pt)
public ICurve addCP(int index,
IVecI pt)
public ICurve addCP(IVecI[] pts)
public ICurve addCP(int index,
IVecI[] pts)
public ICurve insertCP(int index,
IVecI pt)
public ICurve insertCP(int index,
IVecI[] pts)
public ICurve removeCP()
public ICurve removeCP(int index)
public ICurve removeCP(int indexFrom,
int indexTo)
public double knot(int i)
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 IDoubleI[] 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 boolean isRational()
isRational in interface ICurveIpublic boolean isRational(ISwitchE e)
isRational in interface ICurveIpublic IBool isRational(ISwitchR r)
isRational 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 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 ICurve rev()
rev in interface ICurveI
public ICurve add(double x,
double y,
double z)
add in interface ICurveIadd in interface ITransformable
public ICurve add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ICurveIadd in interface ITransformablepublic ICurve add(IVecI v)
add in interface ICurveIadd in interface ITransformable
public ICurve sub(double x,
double y,
double z)
sub in interface ICurveIsub in interface ITransformable
public ICurve sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ICurveIsub in interface ITransformablepublic ICurve sub(IVecI v)
sub in interface ICurveIsub in interface ITransformablepublic ICurve mul(IDoubleI v)
mul in interface ICurveImul in interface ITransformablepublic ICurve mul(double v)
mul in interface ICurveImul in interface ITransformablepublic ICurve div(IDoubleI v)
div in interface ICurveIdiv in interface ITransformablepublic ICurve div(double v)
div in interface ICurveIdiv in interface ITransformablepublic ICurve neg()
neg in interface ICurveIneg in interface ITransformablepublic ICurve flip()
ICurveI
flip in interface ICurveIflip in interface ITransformable
public ICurve add(IVecI v,
double f)
add in interface ICurveIadd in interface ITransformable
public ICurve add(IVecI v,
IDoubleI f)
ITransformable
add in interface ICurveIadd in interface ITransformable
public ICurve add(double f,
IVecI v)
add in interface ITransformable
public ICurve add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformablepublic ICurve rot(IDoubleI angle)
ITransformable
rot in interface ITransformablepublic ICurve rot(double angle)
rot in interface ITransformable
public ICurve rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ICurveIrot in interface ITransformable
public ICurve rot(IVecI axis,
double angle)
rot in interface ICurveIrot in interface ITransformable
public ICurve rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ICurveIrot in interface ITransformable
public ICurve rot(IVecI center,
IVecI axis,
double angle)
rot in interface ICurveIrot in interface ITransformable
public ICurve rot(IVecI axis,
IVecI destDir)
rot in interface ICurveIrot in interface ITransformable
public ICurve rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ICurveIrot in interface ITransformablepublic ICurve rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablepublic ICurve rot2(double angle)
ITransformable
rot2 in interface ITransformable
public ICurve rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformable
public ICurve rot2(IVecI center,
double angle)
rot2 in interface ITransformablepublic ICurve rot2(IVecI destDir)
rot2 in interface ITransformable
public ICurve rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablepublic ICurve scale(IDoubleI f)
scale in interface ICurveIscale in interface ITransformablepublic ICurve scale(double f)
scale in interface ICurveIscale in interface ITransformable
public ICurve scale(IVecI center,
IDoubleI f)
scale in interface ICurveIscale in interface ITransformable
public ICurve scale(IVecI center,
double f)
scale in interface ICurveIscale in interface ITransformable
public ICurve scale1d(IVecI axis,
double f)
scale1d in interface ICurveIscale1d in interface ITransformable
public ICurve scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ICurveIscale1d in interface ITransformable
public ICurve scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ICurveIscale1d in interface ITransformable
public ICurve scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ICurveIscale1d in interface ITransformablepublic ICurve ref(IVecI planeDir)
ref in interface ICurveIref in interface ITransformable
public ICurve ref(IVecI center,
IVecI planeDir)
ref in interface ICurveIref in interface ITransformablepublic ICurve mirror(IVecI planeDir)
mirror in interface ICurveImirror in interface ITransformable
public ICurve mirror(IVecI center,
IVecI planeDir)
mirror in interface ICurveImirror in interface ITransformable
public ICurve shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurve shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurve shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurve shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ICurveIshear in interface ITransformable
public ICurve shearXY(double sxy,
double syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurve shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurve shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurve shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ICurveIshearXY in interface ITransformable
public ICurve shearYZ(double syz,
double szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurve shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurve shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurve shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ICurveIshearYZ in interface ITransformable
public ICurve shearZX(double szx,
double sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurve shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurve shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurve shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ICurveIshearZX in interface ITransformable
public ICurve translate(double x,
double y,
double z)
translate in interface ICurveItranslate in interface ITransformable
public ICurve translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ICurveItranslate in interface ITransformablepublic ICurve translate(IVecI v)
translate in interface ICurveItranslate in interface ITransformable
public ICurve mv(double x,
double y,
double z)
mv in interface ITransformable
public ICurve mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablepublic ICurve mv(IVecI v)
mv in interface ITransformablepublic ICurve cp()
cp in interface ITransformablecp in class IGeometry
public ICurve cp(double x,
double y,
double z)
cp in interface ITransformable
public ICurve cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablepublic ICurve cp(IVecI v)
cp in interface ITransformablepublic ICurve transform(IMatrix3I mat)
transform in interface ICurveItransform in interface ITransformablepublic ICurve transform(IMatrix4I mat)
transform in interface ICurveItransform in interface ITransformable
public ICurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ICurveItransform in interface ITransformable
public ICurve transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ICurveItransform in interface ITransformablepublic ICurve name(java.lang.String nm)
name in class IObjectpublic ICurve layer(ILayer l)
IGeometry
layer in class IGeometrypublic ICurve hide()
hide in class IGeometrypublic ICurve show()
show in class IGeometrypublic ICurve clr(java.awt.Color c)
clr in class IGeometry
public ICurve clr(java.awt.Color c,
int alpha)
IObject
clr in class IGeometrypublic ICurve clr(int gray)
clr in class IGeometrypublic ICurve clr(float fgray)
clr in class IGeometrypublic ICurve clr(double dgray)
clr in class IGeometry
public ICurve clr(int gray,
int alpha)
clr in class IGeometry
public ICurve clr(float fgray,
float falpha)
clr in class IGeometry
public ICurve clr(double dgray,
double dalpha)
clr in class IGeometry
public ICurve clr(int r,
int g,
int b)
clr in class IGeometry
public ICurve clr(float fr,
float fg,
float fb)
clr in class IGeometry
public ICurve clr(double dr,
double dg,
double db)
clr in class IGeometry
public ICurve clr(int r,
int g,
int b,
int a)
clr in class IGeometry
public ICurve clr(float fr,
float fg,
float fb,
float fa)
clr in class IGeometry
public ICurve clr(double dr,
double dg,
double db,
double da)
clr in class IGeometry
public ICurve hsb(float h,
float s,
float b,
float a)
hsb in class IGeometry
public ICurve hsb(double h,
double s,
double b,
double a)
hsb in class IGeometry
public ICurve hsb(float h,
float s,
float b)
hsb in class IGeometry
public ICurve hsb(double h,
double s,
double b)
hsb in class IGeometrypublic ICurve setColor(java.awt.Color c)
setColor in class IGeometry
public ICurve setColor(java.awt.Color c,
int alpha)
setColor in class IGeometrypublic ICurve setColor(int gray)
setColor in class IGeometrypublic ICurve setColor(float fgray)
setColor in class IGeometrypublic ICurve setColor(double dgray)
setColor in class IGeometry
public ICurve setColor(int gray,
int alpha)
setColor in class IGeometry
public ICurve setColor(float fgray,
float falpha)
setColor in class IGeometry
public ICurve setColor(double dgray,
double dalpha)
setColor in class IGeometry
public ICurve setColor(int r,
int g,
int b)
setColor in class IGeometry
public ICurve setColor(float fr,
float fg,
float fb)
setColor in class IGeometry
public ICurve setColor(double dr,
double dg,
double db)
setColor in class IGeometry
public ICurve setColor(int r,
int g,
int b,
int a)
setColor in class IGeometry
public ICurve setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IGeometry
public ICurve setColor(double dr,
double dg,
double db,
double da)
setColor in class IGeometry
public ICurve setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IGeometry
public ICurve setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IGeometry
public ICurve setHSBColor(float h,
float s,
float b)
setHSBColor in class IGeometry
public ICurve setHSBColor(double h,
double s,
double b)
setHSBColor in class IGeometry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||