|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IParameterObject
igeo.IVecR
public class IVecR
Reference class of 3 dimensional vector to be used as IParameterObject.
| Nested Class Summary | |
|---|---|
static class |
IVecR.Add
|
static class |
IVecR.Angle
|
static class |
IVecR.Cross
|
static class |
IVecR.Dist
|
static class |
IVecR.Dist2
|
static class |
IVecR.Div
|
static class |
IVecR.Dot
|
static class |
IVecR.Eq
|
static class |
IVecR.EqX
|
static class |
IVecR.EqY
|
static class |
IVecR.EqZ
|
static class |
IVecR.FromXYZ
|
static class |
IVecR.Len
|
static class |
IVecR.Len2
|
static class |
IVecR.Mul
|
static class |
IVecR.Neg
|
static class |
IVecR.Ref
|
static class |
IVecR.Rot
|
static class |
IVecR.Rot2
|
static class |
IVecR.Scale1d
|
static class |
IVecR.SetLen
|
static class |
IVecR.Shear
|
static class |
IVecR.Sub
|
static class |
IVecR.ToVec2
|
static class |
IVecR.Transform3
|
static class |
IVecR.Transform4
|
static class |
IVecR.TransformVec3
|
static class |
IVecR.TransformVec4
|
static class |
IVecR.Unit
|
static class |
IVecR.X
|
static class |
IVecR.Y
|
static class |
IVecR.Z
|
| Field Summary | |
|---|---|
protected IVecOp |
op
|
| Fields inherited from class igeo.IParameterObject |
|---|
parent |
| Constructor Summary | |
|---|---|
IVecR(double x,
double y,
double z)
|
|
IVecR(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
|
IVecR(IServerI s,
double x,
double y,
double z)
|
|
IVecR(IServerI s,
IDoubleI x,
IDoubleI y,
IDoubleI z)
|
|
IVecR(IServerI s,
IVecOp v)
|
|
IVecR(IVecOp v)
|
|
| Method Summary | |
|---|---|
IVecR |
add(double x,
double y,
double z)
|
IVecR |
add(double f,
IVecI v)
scale add alias |
IVecR |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVecR |
add(IDoubleI f,
IVecI v)
scale add alias |
IVecR |
add(IVecI u)
|
IVecR |
add(IVecI v,
double f)
scale add |
IVecR |
add(IVecI v,
IDoubleI f)
scale add |
double |
angle(ISwitchE e,
IVecI u)
|
double |
angle(ISwitchE e,
IVecI u,
IVecI axis)
|
IDoubleR |
angle(ISwitchR r,
IVecI u)
|
IDoubleR |
angle(ISwitchR r,
IVecI u,
IVecI axis)
|
double |
angle(IVecI u)
|
double |
angle(IVecI u,
IVecI axis)
|
IVecR |
bisect(IVecI v)
create a new instance of bisector |
IVecR |
cp()
cp() is alias of dup() |
IVecR |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IVecR |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVecR |
cp(IVecI v)
|
IVecR |
cross(IVecI u)
cross is now creating a new instance (2011/08/03) |
IVecR |
dif(IVecI v)
methods creating new instance |
IVecR |
diff(IVecI v)
alias of dif |
double |
dist(ISwitchE e,
IVecI v)
|
IDoubleR |
dist(ISwitchR r,
IVecI v)
|
double |
dist(IVecI v)
|
double |
dist2(ISwitchE e,
IVecI v)
|
IDoubleR |
dist2(ISwitchR r,
IVecI v)
|
double |
dist2(IVecI v)
squared distance |
IVecR |
div(double u)
|
IVecR |
div(IDoubleI u)
|
double |
dot(ISwitchE e,
IVecI u)
|
IDoubleR |
dot(ISwitchR r,
IVecI u)
|
double |
dot(IVecI u)
|
IVecR |
dup()
duplicate the instance |
boolean |
eq(ISwitchE e,
IVecI v)
|
boolean |
eq(ISwitchE e,
IVecI v,
double resolution)
|
IBoolR |
eq(ISwitchR r,
IVecI v)
|
IBoolR |
eq(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eq(IVecI v)
whether location is same or not |
boolean |
eq(IVecI v,
double resolution)
|
boolean |
eqX(ISwitchE e,
IVecI v)
|
boolean |
eqX(ISwitchE e,
IVecI v,
double resolution)
|
IBoolR |
eqX(ISwitchR r,
IVecI v)
|
IBoolR |
eqX(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqX(IVecI v)
|
boolean |
eqX(IVecI v,
double resolution)
|
boolean |
eqY(ISwitchE e,
IVecI v)
|
boolean |
eqY(ISwitchE e,
IVecI v,
double resolution)
|
IBoolR |
eqY(ISwitchR r,
IVecI v)
|
IBoolR |
eqY(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqY(IVecI v)
|
boolean |
eqY(IVecI v,
double resolution)
|
boolean |
eqZ(ISwitchE e,
IVecI v)
|
boolean |
eqZ(ISwitchE e,
IVecI v,
double resolution)
|
IBoolR |
eqZ(ISwitchR r,
IVecI v)
|
IBoolR |
eqZ(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqZ(IVecI v)
|
boolean |
eqZ(IVecI v,
double resolution)
|
IVecR |
flip()
alias of neg() |
IVec |
get()
|
IDoubleR |
getX()
|
IDoubleR |
getY()
|
IDoubleR |
getZ()
|
boolean |
isValid()
checking x, y, and z is valid number (not Infinite, nor NaN). |
double |
len()
|
IVecR |
len(double l)
|
IVecR |
len(IDoubleI l)
|
double |
len(ISwitchE e)
|
IDoubleR |
len(ISwitchR r)
|
double |
len2()
square of length |
double |
len2(ISwitchE e)
|
IDoubleR |
len2(ISwitchR r)
|
IVecR |
mid(IVecI v)
create a new instance of midpoint |
IVecR |
mirror(IVecI planeDir)
mirror is alias of ref |
IVecR |
mirror(IVecI center,
IVecI planeDir)
|
IVecR |
mul(double u)
|
IVecR |
mul(IDoubleI u)
|
IVecR |
mv(double x,
double y,
double z)
mv() is alias of add() |
IVecR |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVecR |
mv(IVecI v)
|
IVecR |
neg()
|
IVecR |
nml(IVecI v)
alias of cross. |
IVecR |
nml(IVecI pt1,
IVecI pt2)
create normal vector from 3 points of self, pt1 and pt2 |
IVecOp |
operator()
|
IVecR |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IVecR |
ref(IVecI center,
IVecI planeDir)
|
IVecR |
rev()
alias of neg() |
IVecR |
rot(double angle)
|
IVecR |
rot(IDoubleI angle)
rotation around z-axis and origin |
IVecR |
rot(IVecI axis,
double angle)
|
IVecR |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IVecR |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IVecR |
rot(IVecI center,
IVecI axis,
double angle)
|
IVecR |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IVecR |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IVecR |
rot2(double angle)
rotation on xy-plane |
IVecR |
rot2(IDoubleI angle)
rotation on xy-plane |
IVecR |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IVecR |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IVecR |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane |
IVecR |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IVecR |
scale(double f)
|
IVecR |
scale(IDoubleI f)
alias of mul |
IVecR |
scale(IVecI center,
double f)
|
IVecR |
scale(IVecI center,
IDoubleI f)
|
IVecR |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IVecR |
scale1d(IVecI axis,
IDoubleI f)
|
IVecR |
scale1d(IVecI center,
IVecI axis,
double f)
|
IVecR |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IVecR |
set(double x,
double y,
double z)
|
IVecR |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVecR |
set(IVecI u)
|
IVecR |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IVecR |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVecR |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IVecR |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVecR |
shearXY(double sxy,
double syx)
|
IVecR |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IVecR |
shearXY(IVecI center,
double sxy,
double syx)
|
IVecR |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IVecR |
shearYZ(double syz,
double szy)
|
IVecR |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IVecR |
shearYZ(IVecI center,
double syz,
double szy)
|
IVecR |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IVecR |
shearZX(double szx,
double sxz)
|
IVecR |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IVecR |
shearZX(IVecI center,
double szx,
double sxz)
|
IVecR |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IVecR |
sub(double x,
double y,
double z)
|
IVecR |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVecR |
sub(IVecI u)
|
IVecR |
sum(IVecI... v)
create a new instance of total summation |
IVecR |
sum(IVecI v)
create a new instance of total summation |
IVecR |
sum(IVecI v2,
double w2)
|
IVecR |
sum(IVecI v2,
double w1,
double w2)
weighted sum |
IVecR |
sum(IVecI v2,
IDoubleI w2)
|
IVecR |
sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
weighted sum, creating a new instance |
IVec2R |
to2d()
|
IVec4R |
to4d()
|
IVec4R |
to4d(double w)
|
IVec4R |
to4d(IDoubleI w)
|
IVecR |
transform(IMatrix3I mat)
transform with matrix |
IVecR |
transform(IMatrix4I mat)
|
IVecR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IVecR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IVecR |
translate(double x,
double y,
double z)
translate is alias of add() |
IVecR |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVecR |
translate(IVecI v)
|
IVecR |
unit()
|
double |
x()
|
double |
y()
|
double |
z()
|
IVecR |
zero()
setting all zero |
| 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 |
|---|
protected IVecOp op
| Constructor Detail |
|---|
public IVecR(double x,
double y,
double z)
public IVecR(IVecOp v)
public IVecR(IDoubleI x,
IDoubleI y,
IDoubleI z)
public IVecR(IServerI s,
double x,
double y,
double z)
public IVecR(IServerI s,
IVecOp v)
public IVecR(IServerI s,
IDoubleI x,
IDoubleI y,
IDoubleI z)
| Method Detail |
|---|
public double x()
x in interface IVecIpublic double y()
y in interface IVecIpublic double z()
z in interface IVecIpublic IVec get()
get in interface IParameterget in interface IVecIget in interface IVecOppublic IVecR dup()
ITransformable
dup in interface ITransformabledup in interface IVecIpublic IVec2R to2d()
to2d in interface IVecIpublic IVec4R to4d()
to4d in interface IVecIpublic IVec4R to4d(double w)
to4d in interface IVecIpublic IVec4R to4d(IDoubleI w)
to4d in interface IVecIpublic IDoubleR getX()
getX in interface IVecIpublic IDoubleR getY()
getY in interface IVecIpublic IDoubleR getZ()
getZ in interface IVecIpublic IVecOp operator()
operator in interface IReferenceParameterpublic IVecR set(IVecI u)
set in interface IVecI
public IVecR set(double x,
double y,
double z)
set in interface IVecI
public IVecR set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecI
public IVecR add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecI
public IVecR add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIpublic IVecR add(IVecI u)
add in interface ITransformableadd in interface IVecI
public IVecR sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecI
public IVecR sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIpublic IVecR sub(IVecI u)
sub in interface ITransformablesub in interface IVecIpublic IVecR mul(IDoubleI u)
mul in interface ITransformablemul in interface IVecIpublic IVecR mul(double u)
mul in interface ITransformablemul in interface IVecIpublic IVecR div(IDoubleI u)
div in interface ITransformablediv in interface IVecIpublic IVecR div(double u)
div in interface ITransformablediv in interface IVecIpublic IVecR neg()
neg in interface ITransformableneg in interface IVecIpublic IVecR rev()
rev in interface IVecIpublic IVecR flip()
flip in interface ITransformableflip in interface IVecIpublic IVecR zero()
zero in interface IVecI
public IVecR add(IVecI v,
double f)
add in interface ITransformableadd in interface IVecI
public IVecR add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecI
public IVecR add(double f,
IVecI v)
add in interface ITransformable
public IVecR add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformablepublic double dot(IVecI u)
dot in interface IVecI
public double dot(ISwitchE e,
IVecI u)
dot in interface IVecI
public IDoubleR dot(ISwitchR r,
IVecI u)
dot in interface IVecIpublic IVecR cross(IVecI u)
cross in interface IVecIpublic double len()
len in interface IVecIpublic double len(ISwitchE e)
len in interface IVecIpublic IDoubleR len(ISwitchR r)
len in interface IVecIpublic double len2()
IVecI
len2 in interface IVecIpublic double len2(ISwitchE e)
len2 in interface IVecIpublic IDoubleR len2(ISwitchR r)
len2 in interface IVecIpublic IVecR len(IDoubleI l)
len in interface IVecIpublic IVecR len(double l)
len in interface IVecIpublic IVecR unit()
unit in interface IVecIpublic double dist(IVecI v)
dist in interface IVecI
public double dist(ISwitchE e,
IVecI v)
dist in interface IVecI
public IDoubleR dist(ISwitchR r,
IVecI v)
dist in interface IVecIpublic double dist2(IVecI v)
IVecI
dist2 in interface IVecI
public double dist2(ISwitchE e,
IVecI v)
dist2 in interface IVecI
public IDoubleR dist2(ISwitchR r,
IVecI v)
dist2 in interface IVecIpublic boolean eq(IVecI v)
IVecI
eq in interface IVecI
public boolean eq(ISwitchE e,
IVecI v)
eq in interface IVecI
public IBoolR eq(ISwitchR r,
IVecI v)
eq in interface IVecI
public boolean eq(IVecI v,
double resolution)
eq in interface IVecI
public boolean eq(ISwitchE e,
IVecI v,
double resolution)
eq in interface IVecI
public IBoolR eq(ISwitchR r,
IVecI v,
IDoubleI resolution)
eq in interface IVecIpublic boolean eqX(IVecI v)
eqX in interface IVecIpublic boolean eqY(IVecI v)
eqY in interface IVecIpublic boolean eqZ(IVecI v)
eqZ in interface IVecI
public boolean eqX(ISwitchE e,
IVecI v)
eqX in interface IVecI
public boolean eqY(ISwitchE e,
IVecI v)
eqY in interface IVecI
public boolean eqZ(ISwitchE e,
IVecI v)
eqZ in interface IVecI
public IBoolR eqX(ISwitchR r,
IVecI v)
eqX in interface IVecI
public IBoolR eqY(ISwitchR r,
IVecI v)
eqY in interface IVecI
public IBoolR eqZ(ISwitchR r,
IVecI v)
eqZ in interface IVecI
public boolean eqX(IVecI v,
double resolution)
eqX in interface IVecI
public boolean eqY(IVecI v,
double resolution)
eqY in interface IVecI
public boolean eqZ(IVecI v,
double resolution)
eqZ in interface IVecI
public boolean eqX(ISwitchE e,
IVecI v,
double resolution)
eqX in interface IVecI
public boolean eqY(ISwitchE e,
IVecI v,
double resolution)
eqY in interface IVecI
public boolean eqZ(ISwitchE e,
IVecI v,
double resolution)
eqZ in interface IVecI
public IBoolR eqX(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqX in interface IVecI
public IBoolR eqY(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqY in interface IVecI
public IBoolR eqZ(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqZ in interface IVecIpublic double angle(IVecI u)
angle in interface IVecI
public double angle(ISwitchE e,
IVecI u)
angle in interface IVecI
public IDoubleR angle(ISwitchR r,
IVecI u)
angle in interface IVecI
public double angle(IVecI u,
IVecI axis)
angle in interface IVecIaxis - axis to determin sign of angle following right-handed screw rule.
public double angle(ISwitchE e,
IVecI u,
IVecI axis)
angle in interface IVecI
public IDoubleR angle(ISwitchR r,
IVecI u,
IVecI axis)
angle in interface IVecIpublic IVecR rot(IDoubleI angle)
ITransformable
rot in interface ITransformablepublic IVecR rot(double angle)
rot in interface ITransformable
public IVecR rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IVecR rot(IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IVecR rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IVecR rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IVecR rot(IVecI axis,
IVecI destDir)
rot in interface ITransformablerot in interface IVecI
public IVecR rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ITransformablerot in interface IVecIpublic IVecR rot2(IDoubleI angle)
rot2 in interface ITransformablepublic IVecR rot2(double angle)
rot2 in interface ITransformable
public IVecR rot2(IVecI center,
IDoubleI angle)
rot2 in interface ITransformable
public IVecR rot2(IVecI center,
double angle)
rot2 in interface ITransformablepublic IVecR rot2(IVecI destDir)
rot2 in interface ITransformable
public IVecR rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablepublic IVecR scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIpublic IVecR scale(double f)
scale in interface ITransformablescale in interface IVecI
public IVecR scale(IVecI center,
IDoubleI f)
scale in interface ITransformablescale in interface IVecI
public IVecR scale(IVecI center,
double f)
scale in interface ITransformablescale in interface IVecI
public IVecR scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVecR scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVecR scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVecR scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIpublic IVecR ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecI
public IVecR ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIpublic IVecR mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecI
public IVecR mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecI
public IVecR shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IVecR shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IVecR shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IVecR shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IVecR shearXY(double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVecR shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVecR shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVecR shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVecR shearYZ(double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVecR shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVecR shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVecR shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVecR shearZX(double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVecR shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVecR shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVecR shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVecR translate(double x,
double y,
double z)
translate in interface ITransformabletranslate in interface IVecI
public IVecR translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ITransformabletranslate in interface IVecIpublic IVecR translate(IVecI v)
translate in interface ITransformabletranslate in interface IVecIpublic IVecR transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecIpublic IVecR transform(IMatrix4I mat)
transform in interface ITransformabletransform in interface IVecI
public IVecR transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformabletransform in interface IVecI
public IVecR transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ITransformabletransform in interface IVecI
public IVecR mv(double x,
double y,
double z)
mv in interface ITransformablemv in interface IVecI
public IVecR mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablemv in interface IVecIpublic IVecR mv(IVecI v)
mv in interface ITransformablemv in interface IVecIpublic IVecR cp()
cp in interface ITransformablecp in interface IVecI
public IVecR cp(double x,
double y,
double z)
cp in interface ITransformablecp in interface IVecI
public IVecR cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablecp in interface IVecIpublic IVecR cp(IVecI v)
cp in interface ITransformablecp in interface IVecIpublic IVecR dif(IVecI v)
dif in interface IVecIpublic IVecR diff(IVecI v)
IVecI
diff in interface IVecIpublic IVecR mid(IVecI v)
IVecI
mid in interface IVecIpublic IVecR sum(IVecI v)
IVecI
sum in interface IVecIpublic IVecR sum(IVecI... v)
IVecI
sum in interface IVecIpublic IVecR bisect(IVecI v)
IVecI
bisect in interface IVecI
public IVecR sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
sum in interface IVecI
public IVecR sum(IVecI v2,
IDoubleI w2)
sum in interface IVecI
public IVecR sum(IVecI v2,
double w1,
double w2)
IVecI
sum in interface IVecI
public IVecR sum(IVecI v2,
double w2)
sum in interface IVecIpublic IVecR nml(IVecI v)
nml in interface IVecI
public IVecR nml(IVecI pt1,
IVecI pt2)
nml in interface IVecIpublic boolean isValid()
isValid in interface IVecI
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||