|
|||||||||
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 |
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(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(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. |
static void |
checkDuplicatedCP(IVecI[] cpts)
|
static void |
checkDuplicatedCP(IVecI[] origCPs,
IVecI newCP)
|
static void |
checkDuplicatedCP(IVecI[] origCPs,
IVecI[] newCPs)
|
static void |
checkDuplicatedCPOnEdge(IVecI[] cpts)
|
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)
|
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 |
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)
|
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 self curve ; not creating a new object |
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 |
uend()
|
double |
uend(ISwitchE e)
|
IDouble |
uend(ISwitchR r)
|
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
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(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 ICurveI
get
in interface ICurveOp
get
in interface IParameter
public ICurveGeo dup()
ITransformable
dup
in interface ICurveI
dup
in interface ITransformable
public IVec pt(IDoubleI u)
pt
in interface ICurveI
public IVec pt(double u)
pt
in interface ICurveI
public void pt(double u, IVec retval)
public IVec tan(IDoubleI u)
tan
in interface ICurveI
public IVec tan(double u)
tan
in interface ICurveI
public void tan(double u, IVec retval)
public IVecI cp(int i)
cp
in interface ICurveI
public IVecI cp(IIntegerI i)
cp
in interface ICurveI
public IVecI[] cps()
ICurveI
cps
in interface ICurveI
public ICurveGeo addCP(IVecI pt)
public ICurveGeo addCP(int index, IVecI pt)
public ICurveGeo addCP(IVecI[] pts)
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 ICurveI
public IVec ep(IIntegerI i)
ep
in interface ICurveI
public IVec start()
start
in interface ICurveI
public IVec end()
end
in interface ICurveI
public IVec startCP()
startCP
in interface ICurveI
public IVec endCP()
endCP
in interface ICurveI
public double knot(int i)
ICurveI
knot
in interface ICurveI
public IDouble knot(IIntegerI i)
knot
in interface ICurveI
public double[] knots()
ICurveI
knots
in interface ICurveI
public double[] knots(ISwitchE e)
knots
in interface ICurveI
public IDouble[] knots(ISwitchR r)
knots
in interface ICurveI
public int knotNum()
knotNum
in interface ICurveI
public int knotNum(ISwitchE e)
knotNum
in interface ICurveI
public IInteger knotNum(ISwitchR r)
knotNum
in interface ICurveI
public int deg()
deg
in interface ICurveI
public int deg(ISwitchE e)
deg
in interface ICurveI
public IInteger deg(ISwitchR r)
deg
in interface ICurveI
public int num()
ICurveI
num
in interface ICurveI
public int num(ISwitchE e)
num
in interface ICurveI
public IInteger num(ISwitchR r)
num
in interface ICurveI
public int cpNum()
cpNum
in interface ICurveI
public int cpNum(ISwitchE e)
cpNum
in interface ICurveI
public IInteger cpNum(ISwitchR r)
cpNum
in interface ICurveI
public int epNum()
epNum
in interface ICurveI
public int epNum(ISwitchE e)
epNum
in interface ICurveI
public IInteger epNum(ISwitchR r)
epNum
in interface ICurveI
public boolean isRational()
isRational
in interface ICurveI
public boolean isRational(ISwitchE e)
isRational
in interface ICurveI
public IBool isRational(ISwitchR r)
isRational
in interface ICurveI
public double len(double resolutionPerEP)
public double len()
len
in interface ICurveI
public double len(ISwitchE e)
len
in interface ICurveI
public 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 ICurveI
public double ustart()
ustart
in interface ICurveI
public double uend()
uend
in interface ICurveI
public double ustart(ISwitchE e)
ustart
in interface ICurveI
public double uend(ISwitchE e)
uend
in interface ICurveI
public IDouble ustart(ISwitchR r)
ustart
in interface ICurveI
public IDouble uend(ISwitchR r)
uend
in interface ICurveI
public boolean isClosed()
isClosed
in interface ICurveI
public boolean isClosed(ISwitchE e)
isClosed
in interface ICurveI
public IBool isClosed(ISwitchR r)
isClosed
in interface ICurveI
public ICurveGeo rev()
ICurveI
rev
in interface ICurveI
public ICurveGeo add(double x, double y, double z)
add
in interface ICurveI
add
in interface ITransformable
public ICurveGeo add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ICurveI
add
in interface ITransformable
public ICurveGeo add(IVecI v)
add
in interface ICurveI
add
in interface ITransformable
public ICurveGeo sub(double x, double y, double z)
sub
in interface ICurveI
sub
in interface ITransformable
public ICurveGeo sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ICurveI
sub
in interface ITransformable
public ICurveGeo sub(IVecI v)
sub
in interface ICurveI
sub
in interface ITransformable
public ICurveGeo mul(IDoubleI v)
mul
in interface ICurveI
mul
in interface ITransformable
public ICurveGeo mul(double v)
mul
in interface ICurveI
mul
in interface ITransformable
public ICurveGeo div(IDoubleI v)
div
in interface ICurveI
div
in interface ITransformable
public ICurveGeo div(double v)
div
in interface ICurveI
div
in interface ITransformable
public ICurveGeo neg()
neg
in interface ICurveI
neg
in interface ITransformable
public ICurveGeo flip()
flip
in interface ICurveI
flip
in interface ITransformable
public ICurveGeo add(IVecI v, double f)
add
in interface ICurveI
add
in interface ITransformable
public ICurveGeo add(IVecI v, IDoubleI f)
ITransformable
add
in interface ICurveI
add
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 ITransformable
public ICurveGeo rot(IDoubleI angle)
ITransformable
rot
in interface ITransformable
public ICurveGeo rot(double angle)
rot
in interface ITransformable
public ICurveGeo rot(IVecI axis, IDoubleI angle)
ITransformable
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveGeo rot(IVecI axis, double angle)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveGeo rot(IVecI center, IVecI axis, IDoubleI angle)
ITransformable
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveGeo rot(IVecI center, IVecI axis, double angle)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveGeo rot(IVecI axis, IVecI destDir)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveGeo rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ICurveI
rot
in interface ITransformable
public ICurveGeo rot2(IDoubleI angle)
ITransformable
rot2
in interface ITransformable
public 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 ITransformable
public ICurveGeo rot2(IVecI destDir)
rot2
in interface ITransformable
public ICurveGeo rot2(IVecI center, IVecI destPt)
rot2
in interface ITransformable
public ICurveGeo scale(IDoubleI f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveGeo scale(double f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveGeo scale(IVecI center, IDoubleI f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveGeo scale(IVecI center, double f)
scale
in interface ICurveI
scale
in interface ITransformable
public ICurveGeo scale1d(IVecI axis, double f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveGeo scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveGeo scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveGeo scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ICurveI
scale1d
in interface ITransformable
public ICurveGeo ref(IVecI planeDir)
ref
in interface ICurveI
ref
in interface ITransformable
public ICurveGeo ref(IVecI center, IVecI planeDir)
ref
in interface ICurveI
ref
in interface ITransformable
public ICurveGeo mirror(IVecI planeDir)
mirror
in interface ICurveI
mirror
in interface ITransformable
public ICurveGeo mirror(IVecI center, IVecI planeDir)
mirror
in interface ICurveI
mirror
in interface ITransformable
public ICurveGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveGeo shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveGeo shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ICurveI
shear
in interface ITransformable
public ICurveGeo shearXY(double sxy, double syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveGeo shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveGeo shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ICurveI
shearXY
in interface ITransformable
public ICurveGeo shearYZ(double syz, double szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveGeo shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveGeo shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ICurveI
shearYZ
in interface ITransformable
public ICurveGeo shearZX(double szx, double sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveGeo shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveGeo shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ICurveI
shearZX
in interface ITransformable
public ICurveGeo translate(double x, double y, double z)
translate
in interface ICurveI
translate
in interface ITransformable
public ICurveGeo translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ICurveI
translate
in interface ITransformable
public ICurveGeo translate(IVecI v)
translate
in interface ICurveI
translate
in interface ITransformable
public ICurveGeo transform(IMatrix3I mat)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveGeo transform(IMatrix4I mat)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ICurveI
transform
in interface ITransformable
public ICurveGeo mv(double x, double y, double z)
mv
in interface ITransformable
public ICurveGeo mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
public ICurveGeo mv(IVecI v)
mv
in interface ITransformable
public ICurveGeo cp()
cp
in interface ITransformable
public ICurveGeo cp(double x, double y, double z)
cp
in interface ITransformable
public ICurveGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
public ICurveGeo cp(IVecI v)
cp
in interface ITransformable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |