public class ICurveGeo extends INurbsGeo implements ICurveI, IEntityParameter
| Modifier and Type | Field and Description |
|---|---|
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
|
parent| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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[])
|
IVec[] |
intersectPlane(IVecI planeDir,
IVecI planePt)
intersection of curve and plane.
|
IVec[] |
intersectPlane(IVecI planeDir,
IVecI planePt,
int segmentResolution)
intersection of curve and plane.
|
boolean |
isClosed() |
boolean |
isClosed(ISwitchE e) |
IBool |
isClosed(ISwitchR r) |
boolean |
isInside2d(IVecI pt)
check if the input point is inside a closed curve.
|
boolean |
isInside2d(IVecI pt,
IVecI projectionDir)
check if the input point is inside a closed curve.
|
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) |
int |
overlapCPNum()
number of overlapping control points at the end and the beginning when the curve is closed.
|
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) |
createClosedCP, createClosedCPInU, createClosedCPInV, createClosedKnots, createKnots, createKnots, invertKnots, isValidKnots, normalizeKnotscreateObject, parent, parentpublic 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
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 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)
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 static boolean isValidCP(IVecI[] cpts, int deg, double[] knots)
public static boolean isValidCP(IVecI[] cpts)
public static void checkDuplicatedCP(IVecI[] cpts)
public static void checkDuplicatedCPOnEdge(IVecI[] cpts)
public static IVec[] getPointsFromArray(double[][] xyzvalues)
public ICurveGeo get()
public ICurveGeo dup()
ITransformabledup in interface ICurveIdup in interface ITransformablepublic void pt(double u,
IVec retval)
public void tan(double u,
IVec retval)
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 removeCP()
public ICurveGeo removeCP(int index)
public ICurveGeo removeCP(int indexFrom, int indexTo)
public IVec ep(int i)
public IVec center()
public double u(IVecI pt)
public double u(IVec2I pt)
public double dist(IVecI pt)
public double dist(IVec2I pt)
public double knot(int i)
ICurveIpublic double[] knots()
ICurveIpublic int num()
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 ICurveGeo rev()
ICurveIpublic int overlapCPNum()
public boolean isInside2d(IVecI pt, IVecI projectionDir)
public boolean isInside2d(IVecI pt)
public ICurveGeo updateCache()
public IVec[] intersectPlane(IVecI planeDir, IVecI planePt, int segmentResolution)
segmentResolution - segmentation resolution per EP count in degree >= 1 curve.public IVec[] intersectPlane(IVecI planeDir, IVecI planePt)
public ICurveGeo add(double x, double y, double z)
add in interface ICurveIadd in interface ITransformablepublic 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 ITransformablepublic ICurveGeo sub(double x, double y, double z)
sub in interface ICurveIsub in interface ITransformablepublic 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 ITransformablepublic ICurveGeo add(IVecI v, double f)
add in interface ICurveIadd in interface ITransformablepublic ICurveGeo add(IVecI v, IDoubleI f)
ITransformableadd in interface ICurveIadd in interface ITransformablepublic ICurveGeo add(double f, IVecI v)
add in interface ITransformablepublic ICurveGeo add(IDoubleI f, IVecI v)
ITransformableadd in interface ITransformablepublic ICurveGeo rot(IDoubleI angle)
ITransformablerot in interface ITransformablepublic ICurveGeo rot(double angle)
rot in interface ITransformablepublic ICurveGeo rot(IVecI axis, IDoubleI angle)
ITransformablerot in interface ICurveIrot in interface ITransformablepublic ICurveGeo rot(IVecI axis, double angle)
rot in interface ICurveIrot in interface ITransformablepublic ICurveGeo rot(IVecI center, IVecI axis, IDoubleI angle)
ITransformablerot in interface ICurveIrot in interface ITransformablepublic ICurveGeo rot(IVecI center, IVecI axis, double angle)
rot in interface ICurveIrot in interface ITransformablepublic ICurveGeo rot(IVecI axis, IVecI destDir)
rot in interface ICurveIrot in interface ITransformablepublic ICurveGeo rot(IVecI center, IVecI axis, IVecI destPt)
rot in interface ICurveIrot in interface ITransformablepublic ICurveGeo rot2(IDoubleI angle)
ITransformablerot2 in interface ITransformablepublic ICurveGeo rot2(double angle)
ITransformablerot2 in interface ITransformablepublic ICurveGeo rot2(IVecI center, IDoubleI angle)
ITransformablerot2 in interface ITransformablepublic ICurveGeo rot2(IVecI center, double angle)
rot2 in interface ITransformablepublic ICurveGeo rot2(IVecI destDir)
rot2 in interface ITransformablepublic 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 ITransformablepublic ICurveGeo scale(IVecI center, IDoubleI f)
scale in interface ICurveIscale in interface ITransformablepublic ICurveGeo scale(IVecI center, double f)
scale in interface ICurveIscale in interface ITransformablepublic ICurveGeo scale1d(IVecI axis, double f)
scale1d in interface ICurveIscale1d in interface ITransformablepublic ICurveGeo scale1d(IVecI axis, IDoubleI f)
scale1d in interface ICurveIscale1d in interface ITransformablepublic ICurveGeo scale1d(IVecI center, IVecI axis, double f)
scale1d in interface ICurveIscale1d in interface ITransformablepublic 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 ITransformablepublic ICurveGeo ref(IVecI center, IVecI planeDir)
ref in interface ICurveIref in interface ITransformablepublic ICurveGeo mirror(IVecI planeDir)
mirror in interface ICurveImirror in interface ITransformablepublic ICurveGeo mirror(IVecI center, IVecI planeDir)
mirror in interface ICurveImirror in interface ITransformablepublic ICurveGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ICurveIshear in interface ITransformablepublic ICurveGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear in interface ICurveIshear in interface ITransformablepublic ICurveGeo shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ICurveIshear in interface ITransformablepublic ICurveGeo shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear in interface ICurveIshear in interface ITransformablepublic ICurveGeo shearXY(double sxy, double syx)
shearXY in interface ICurveIshearXY in interface ITransformablepublic ICurveGeo shearXY(IDoubleI sxy, IDoubleI syx)
shearXY in interface ICurveIshearXY in interface ITransformablepublic ICurveGeo shearXY(IVecI center, double sxy, double syx)
shearXY in interface ICurveIshearXY in interface ITransformablepublic ICurveGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY in interface ICurveIshearXY in interface ITransformablepublic ICurveGeo shearYZ(double syz, double szy)
shearYZ in interface ICurveIshearYZ in interface ITransformablepublic ICurveGeo shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ in interface ICurveIshearYZ in interface ITransformablepublic ICurveGeo shearYZ(IVecI center, double syz, double szy)
shearYZ in interface ICurveIshearYZ in interface ITransformablepublic ICurveGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ in interface ICurveIshearYZ in interface ITransformablepublic ICurveGeo shearZX(double szx, double sxz)
shearZX in interface ICurveIshearZX in interface ITransformablepublic ICurveGeo shearZX(IDoubleI szx, IDoubleI sxz)
shearZX in interface ICurveIshearZX in interface ITransformablepublic ICurveGeo shearZX(IVecI center, double szx, double sxz)
shearZX in interface ICurveIshearZX in interface ITransformablepublic ICurveGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX in interface ICurveIshearZX in interface ITransformablepublic ICurveGeo translate(double x, double y, double z)
translate in interface ICurveItranslate in interface ITransformablepublic 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 ITransformablepublic ICurveGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform in interface ICurveItransform in interface ITransformablepublic ICurveGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform in interface ICurveItransform in interface ITransformablepublic ICurveGeo mv(double x, double y, double z)
mv in interface ICurveImv in interface ITransformablepublic 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 ITransformablepublic ICurveGeo cp(double x, double y, double z)
cp in interface ICurveIcp in interface ITransformablepublic ICurveGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp in interface ICurveIcp in interface ITransformable