|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IParameterObject
igeo.IVec4R
public class IVec4R
Reference class of 4 dimensional vector to be used as IParameterObject.
Nested Class Summary | |
---|---|
static class |
IVec4R.Add
|
static class |
IVec4R.Cross
|
static class |
IVec4R.Dist
|
static class |
IVec4R.Dist2
|
static class |
IVec4R.Div
|
static class |
IVec4R.Eq
|
static class |
IVec4R.EqW
|
static class |
IVec4R.EqX
|
static class |
IVec4R.EqY
|
static class |
IVec4R.EqZ
|
static class |
IVec4R.FromVec
|
static class |
IVec4R.FromVecAndW
|
static class |
IVec4R.FromXYZ
|
static class |
IVec4R.FromXYZW
|
static class |
IVec4R.Mul
|
static class |
IVec4R.Neg
|
static class |
IVec4R.Ref
|
static class |
IVec4R.Rot
|
static class |
IVec4R.Scale1d
|
static class |
IVec4R.SetLen
|
static class |
IVec4R.Shear
|
static class |
IVec4R.Sub
|
static class |
IVec4R.ToVec
|
static class |
IVec4R.ToVec2
|
static class |
IVec4R.Transform3
|
static class |
IVec4R.Transform4
|
static class |
IVec4R.TransformVec3
|
static class |
IVec4R.TransformVec4
|
static class |
IVec4R.Unit
|
static class |
IVec4R.W
|
static class |
IVec4R.X
|
static class |
IVec4R.Y
|
static class |
IVec4R.Z
|
Field Summary | |
---|---|
protected IVec4Op |
op
|
Fields inherited from class igeo.IParameterObject |
---|
parent |
Constructor Summary | |
---|---|
IVec4R(double x,
double y,
double z)
|
|
IVec4R(double x,
double y,
double z,
double w)
|
|
IVec4R(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
|
IVec4R(IDoubleI x,
IDoubleI y,
IDoubleI z,
IDoubleI w)
|
|
IVec4R(IServerI s,
double x,
double y,
double z)
|
|
IVec4R(IServerI s,
double x,
double y,
double z,
double w)
|
|
IVec4R(IServerI s,
IDoubleI x,
IDoubleI y,
IDoubleI z)
|
|
IVec4R(IServerI s,
IDoubleI x,
IDoubleI y,
IDoubleI z,
IDoubleI w)
|
|
IVec4R(IServerI s,
IVec4Op v)
|
|
IVec4R(IServerI s,
IVecI v)
|
|
IVec4R(IServerI s,
IVecI v,
double w)
|
|
IVec4R(IServerI s,
IVecI v,
IDoubleI w)
|
|
IVec4R(IVec4Op v)
|
|
IVec4R(IVecI v)
|
|
IVec4R(IVecI v,
double w)
|
|
IVec4R(IVecI v,
IDoubleI w)
|
Method Summary | |
---|---|
IVec4R |
add(double x,
double y,
double z)
|
IVec4R |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVec4R |
add(IVecI u)
|
IVec4R |
add(IVecI v,
double f)
scale add |
IVec4R |
add(IVecI v,
IDoubleI f)
|
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)
|
IVec4R |
bisect(IVecI v)
|
IVec4R |
cp()
cp() is alias of dup() |
IVec4R |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IVec4R |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVec4R |
cp(IVecI v)
|
IVec4R |
cross(IVecI u)
cross now returns a new instance 2011/08/03 |
IVec4R |
diff(IVecI v)
|
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 |
IVec4R |
div(double u)
|
IVec4R |
div(IDoubleI u)
|
double |
dot(ISwitchE e,
IVecI u)
|
IDoubleR |
dot(ISwitchR r,
IVecI u)
|
double |
dot(IVecI u)
|
IVec4R |
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 |
eqW(ISwitchE e,
IVec4I v)
|
boolean |
eqW(ISwitchE e,
IVec4I v,
double resolution)
|
IBoolR |
eqW(ISwitchR r,
IVec4I v)
|
IBoolR |
eqW(ISwitchR r,
IVec4I v,
IDoubleI resolution)
|
boolean |
eqW(IVec4I v)
|
boolean |
eqW(IVec4I 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)
|
IVec4R |
flip()
alias of neg |
IVec4 |
get()
|
IDoubleR |
getW()
|
IDoubleR |
getX()
|
IDoubleR |
getY()
|
IDoubleR |
getZ()
|
boolean |
isValid()
checking x, y, and z is valid number (not Infinite, nor NaN). |
double |
len()
|
IVec4R |
len(double l)
|
IVec4R |
len(IDoubleI l)
|
double |
len(ISwitchE e)
|
IDoubleR |
len(ISwitchR r)
|
double |
len2()
square of length |
double |
len2(ISwitchE e)
|
IDoubleR |
len2(ISwitchR r)
|
IVec4R |
mid(IVecI v)
|
IVec4R |
mirror(IVecI planeDir)
mirror is alias of ref |
IVec4R |
mirror(IVecI center,
IVecI planeDir)
|
IVec4R |
mul(double u)
|
IVec4R |
mul(IDoubleI u)
|
IVec4R |
mv(double x,
double y,
double z)
mv() is alias of add() |
IVec4R |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVec4R |
mv(IVecI v)
|
IVec4R |
neg()
|
IVec4R |
nml(IVecI v)
alias of cross. |
IVec4R |
nml(IVecI pt1,
IVecI pt2)
create normal vector from 3 points of self, pt1 and pt2 |
IVec4Op |
operator()
|
IVec4R |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IVec4R |
ref(IVecI center,
IVecI planeDir)
|
IVec4R |
rev()
alias of neg() |
IVec4R |
rot(IVecI axis,
double angle)
|
IVec4R |
rot(IVecI axis,
IDoubleI angle)
|
IVec4R |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IVec4R |
rot(IVecI center,
IVecI axis,
double angle)
|
IVec4R |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
|
IVec4R |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IVec4R |
scale(double f)
|
IVec4R |
scale(IDoubleI f)
alias of mul |
IVec4R |
scale(IVecI center,
double f)
|
IVec4R |
scale(IVecI center,
IDoubleI f)
|
IVec4R |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IVec4R |
scale1d(IVecI axis,
IDoubleI f)
|
IVec4R |
scale1d(IVecI center,
IVecI axis,
double f)
|
IVec4R |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IVec4R |
set(double x,
double y,
double z)
|
IVec4R |
set(double x,
double y,
double z,
double w)
|
IVec4R |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVec4R |
set(IDoubleI x,
IDoubleI y,
IDoubleI z,
IDoubleI w)
|
IVec4R |
set(IVec4I u)
|
IVec4R |
set(IVecI u)
|
IVec4R |
set(IVecI v,
double w)
|
IVec4R |
set(IVecI v,
IDoubleI w)
|
IVec4R |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IVec4R |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVec4R |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IVec4R |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVec4R |
shearXY(double sxy,
double syx)
|
IVec4R |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IVec4R |
shearXY(IVecI center,
double sxy,
double syx)
|
IVec4R |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IVec4R |
shearYZ(double syz,
double szy)
|
IVec4R |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IVec4R |
shearYZ(IVecI center,
double syz,
double szy)
|
IVec4R |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IVec4R |
shearZX(double szx,
double sxz)
|
IVec4R |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IVec4R |
shearZX(IVecI center,
double szx,
double sxz)
|
IVec4R |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IVec4R |
sub(double x,
double y,
double z)
|
IVec4R |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVec4R |
sub(IVecI u)
|
IVec4R |
sum(IVecI... v)
|
IVec4R |
sum(IVecI v)
|
IVec4R |
sum(IVecI v2,
double w2)
|
IVec4R |
sum(IVecI v2,
double w1,
double w2)
weighted sum |
IVec4R |
sum(IVecI v2,
IDoubleI w2)
|
IVec4R |
sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
weighted sum, creating a new instance |
IVec2R |
to2d()
|
IVecR |
to3d()
|
IVec4R |
to4d()
|
IVec4R |
to4d(double w)
|
IVec4R |
to4d(IDoubleI w)
|
IVec4R |
transform(IMatrix3I mat)
|
IVec4R |
transform(IMatrix4I mat)
|
IVec4R |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IVec4R |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IVec4R |
translate(double x,
double y,
double z)
translate is alias of add() |
IVec4R |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVec4R |
translate(IVecI v)
|
IVec4R |
unit()
|
double |
w()
|
double |
x()
|
double |
y()
|
double |
z()
|
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 IVec4Op op
Constructor Detail |
---|
public IVec4R(IVec4Op v)
public IVec4R(IVecI v)
public IVec4R(IVecI v, double w)
public IVec4R(IVecI v, IDoubleI w)
public IVec4R(double x, double y, double z, double w)
public IVec4R(double x, double y, double z)
public IVec4R(IDoubleI x, IDoubleI y, IDoubleI z, IDoubleI w)
public IVec4R(IDoubleI x, IDoubleI y, IDoubleI z)
public IVec4R(IServerI s, IVec4Op v)
public IVec4R(IServerI s, IVecI v)
public IVec4R(IServerI s, IVecI v, double w)
public IVec4R(IServerI s, IVecI v, IDoubleI w)
public IVec4R(IServerI s, double x, double y, double z, double w)
public IVec4R(IServerI s, double x, double y, double z)
public IVec4R(IServerI s, IDoubleI x, IDoubleI y, IDoubleI z, IDoubleI w)
public IVec4R(IServerI s, IDoubleI x, IDoubleI y, IDoubleI z)
Method Detail |
---|
public double x()
x
in interface IVec4I
x
in interface IVecI
public double y()
y
in interface IVec4I
y
in interface IVecI
public double z()
z
in interface IVec4I
z
in interface IVecI
public double w()
w
in interface IVec4I
public IVec4 get()
get
in interface IParameter
get
in interface IVec4I
get
in interface IVec4Op
get
in interface IVecI
get
in interface IVecOp
public IVec4R dup()
ITransformable
dup
in interface ITransformable
dup
in interface IVec4I
dup
in interface IVecI
public IVec2R to2d()
to2d
in interface IVec4I
to2d
in interface IVecI
public IVecR to3d()
to3d
in interface IVec4I
public IVec4R to4d()
to4d
in interface IVecI
public IVec4R to4d(double w)
to4d
in interface IVecI
public IVec4R to4d(IDoubleI w)
to4d
in interface IVecI
public IDoubleR getX()
getX
in interface IVec4I
getX
in interface IVecI
public IDoubleR getY()
getY
in interface IVec4I
getY
in interface IVecI
public IDoubleR getZ()
getZ
in interface IVec4I
getZ
in interface IVecI
public IDoubleR getW()
getW
in interface IVec4I
public IVec4Op operator()
operator
in interface IReferenceParameter
public IVec4R set(double x, double y, double z, double w)
set
in interface IVec4I
public IVec4R set(double x, double y, double z)
set
in interface IVec4I
set
in interface IVecI
public IVec4R set(IVec4I u)
set
in interface IVec4I
public IVec4R set(IVecI u)
set
in interface IVec4I
set
in interface IVecI
public IVec4R set(IDoubleI x, IDoubleI y, IDoubleI z, IDoubleI w)
set
in interface IVec4I
public IVec4R set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVec4I
set
in interface IVecI
public IVec4R set(IVecI v, double w)
set
in interface IVec4I
public IVec4R set(IVecI v, IDoubleI w)
set
in interface IVec4I
public IVec4R add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
public IVec4R add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
public IVec4R add(IVecI u)
add
in interface ITransformable
add
in interface IVec4I
add
in interface IVecI
public IVec4R sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
public IVec4R sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
public IVec4R sub(IVecI u)
sub
in interface ITransformable
sub
in interface IVec4I
sub
in interface IVecI
public IVec4R mul(IDoubleI u)
mul
in interface ITransformable
mul
in interface IVec4I
mul
in interface IVecI
public IVec4R mul(double u)
mul
in interface ITransformable
mul
in interface IVec4I
mul
in interface IVecI
public IVec4R div(IDoubleI u)
div
in interface ITransformable
div
in interface IVec4I
div
in interface IVecI
public IVec4R div(double u)
div
in interface ITransformable
div
in interface IVec4I
div
in interface IVecI
public IVec4R neg()
neg
in interface ITransformable
neg
in interface IVec4I
neg
in interface IVecI
public IVec4R rev()
IVecI
rev
in interface IVec4I
rev
in interface IVecI
public IVec4R flip()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
public IVec4R add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVec4I
add
in interface IVecI
public IVec4R add(IVecI v, IDoubleI f)
add
in interface ITransformable
add
in interface IVec4I
add
in interface IVecI
public 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 IVecI
public IVec4R cross(IVecI u)
cross
in interface IVec4I
cross
in interface IVecI
public double len()
len
in interface IVecI
public double len(ISwitchE e)
len
in interface IVecI
public IDoubleR len(ISwitchR r)
len
in interface IVecI
public double len2()
IVecI
len2
in interface IVecI
public double len2(ISwitchE e)
len2
in interface IVecI
public IDoubleR len2(ISwitchR r)
len2
in interface IVecI
public IVec4R len(IDoubleI l)
len
in interface IVec4I
len
in interface IVecI
public IVec4R len(double l)
len
in interface IVec4I
len
in interface IVecI
public IVec4R unit()
unit
in interface IVec4I
unit
in interface IVecI
public 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 IVecI
public 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 IVecI
public 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 eqX(IVecI v)
eqX
in interface IVec4I
eqX
in interface IVecI
public boolean eqY(IVecI v)
eqY
in interface IVec4I
eqY
in interface IVecI
public boolean eqZ(IVecI v)
eqZ
in interface IVec4I
eqZ
in interface IVecI
public boolean eqW(IVec4I v)
eqW
in interface IVec4I
public boolean eqX(ISwitchE e, IVecI v)
eqX
in interface IVec4I
eqX
in interface IVecI
public boolean eqY(ISwitchE e, IVecI v)
eqY
in interface IVec4I
eqY
in interface IVecI
public boolean eqZ(ISwitchE e, IVecI v)
eqZ
in interface IVec4I
eqZ
in interface IVecI
public boolean eqW(ISwitchE e, IVec4I v)
eqW
in interface IVec4I
public IBoolR eqX(ISwitchR r, IVecI v)
eqX
in interface IVec4I
eqX
in interface IVecI
public IBoolR eqY(ISwitchR r, IVecI v)
eqY
in interface IVec4I
eqY
in interface IVecI
public IBoolR eqZ(ISwitchR r, IVecI v)
eqZ
in interface IVec4I
eqZ
in interface IVecI
public IBoolR eqW(ISwitchR r, IVec4I v)
eqW
in interface IVec4I
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 IVecI
public boolean eqX(IVecI v, double resolution)
eqX
in interface IVec4I
eqX
in interface IVecI
public boolean eqY(IVecI v, double resolution)
eqY
in interface IVec4I
eqY
in interface IVecI
public boolean eqZ(IVecI v, double resolution)
eqZ
in interface IVec4I
eqZ
in interface IVecI
public boolean eqW(IVec4I v, double resolution)
eqW
in interface IVec4I
public boolean eqX(ISwitchE e, IVecI v, double resolution)
eqX
in interface IVec4I
eqX
in interface IVecI
public boolean eqY(ISwitchE e, IVecI v, double resolution)
eqY
in interface IVec4I
eqY
in interface IVecI
public boolean eqZ(ISwitchE e, IVecI v, double resolution)
eqZ
in interface IVec4I
eqZ
in interface IVecI
public boolean eqW(ISwitchE e, IVec4I v, double resolution)
eqW
in interface IVec4I
public IBoolR eqX(ISwitchR r, IVecI v, IDoubleI resolution)
eqX
in interface IVec4I
eqX
in interface IVecI
public IBoolR eqY(ISwitchR r, IVecI v, IDoubleI resolution)
eqY
in interface IVec4I
eqY
in interface IVecI
public IBoolR eqZ(ISwitchR r, IVecI v, IDoubleI resolution)
eqZ
in interface IVec4I
eqZ
in interface IVecI
public IBoolR eqW(ISwitchR r, IVec4I v, IDoubleI resolution)
eqW
in interface IVec4I
public 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 IVecI
axis
- 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 IVecI
public IVec4R rot(IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVec4I
rot
in interface IVecI
public IVec4R rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVec4I
rot
in interface IVecI
public IVec4R rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVec4I
rot
in interface IVecI
public IVec4R rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVec4I
rot
in interface IVecI
public IVec4R rot(IVecI axis, IVecI destDir)
ITransformable
rot
in interface ITransformable
rot
in interface IVec4I
rot
in interface IVecI
public IVec4R rot(IVecI center, IVecI axis, IVecI destPt)
ITransformable
rot
in interface ITransformable
rot
in interface IVec4I
rot
in interface IVecI
public IVec4R scale(IDoubleI f)
scale
in interface ITransformable
scale
in interface IVec4I
scale
in interface IVecI
public IVec4R scale(double f)
scale
in interface ITransformable
scale
in interface IVec4I
scale
in interface IVecI
public IVec4R scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
scale
in interface IVec4I
scale
in interface IVecI
public IVec4R scale(IVecI center, double f)
scale
in interface ITransformable
scale
in interface IVec4I
scale
in interface IVecI
public IVec4R scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVec4R scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVec4R scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVec4R scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVec4R ref(IVecI planeDir)
ITransformable
ref
in interface ITransformable
ref
in interface IVecI
public IVec4R ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IVec4R mirror(IVecI planeDir)
ITransformable
mirror
in interface ITransformable
mirror
in interface IVec4I
mirror
in interface IVecI
public IVec4R mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVec4I
mirror
in interface IVecI
public IVec4R shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVec4R shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVec4R shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVec4R shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVec4R shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVec4R shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVec4R shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVec4R shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVec4R shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVec4R shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVec4R shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVec4R shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVec4R shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVec4R shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVec4R shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVec4R shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVec4R translate(double x, double y, double z)
translate
in interface ITransformable
translate
in interface IVecI
public IVec4R translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
translate
in interface IVecI
public IVec4R translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
public IVec4R transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVec4I
transform
in interface IVecI
public IVec4R transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVec4I
transform
in interface IVecI
public IVec4R transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVec4I
transform
in interface IVecI
public IVec4R transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
transform
in interface IVec4I
transform
in interface IVecI
public IVec4R mv(double x, double y, double z)
mv
in interface ITransformable
mv
in interface IVecI
public IVec4R mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
mv
in interface IVecI
public IVec4R mv(IVecI v)
mv
in interface ITransformable
mv
in interface IVecI
public IVec4R cp()
cp
in interface ITransformable
cp
in interface IVecI
public IVec4R cp(double x, double y, double z)
cp
in interface ITransformable
cp
in interface IVecI
public IVec4R cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
cp
in interface IVecI
public IVec4R cp(IVecI v)
cp
in interface ITransformable
cp
in interface IVecI
public IVec4R diff(IVecI v)
diff
in interface IVec4I
diff
in interface IVecI
public IVec4R mid(IVecI v)
mid
in interface IVec4I
mid
in interface IVecI
public IVec4R sum(IVecI v)
sum
in interface IVec4I
sum
in interface IVecI
public IVec4R sum(IVecI... v)
sum
in interface IVec4I
sum
in interface IVecI
public IVec4R bisect(IVecI v)
bisect
in interface IVec4I
bisect
in interface IVecI
public IVec4R sum(IVecI v2, IDoubleI w1, IDoubleI w2)
sum
in interface IVec4I
sum
in interface IVecI
public IVec4R sum(IVecI v2, IDoubleI w2)
sum
in interface IVec4I
sum
in interface IVecI
public IVec4R sum(IVecI v2, double w1, double w2)
IVecI
sum
in interface IVec4I
sum
in interface IVecI
public IVec4R sum(IVecI v2, double w2)
sum
in interface IVec4I
sum
in interface IVecI
public IVec4R nml(IVecI v)
nml
in interface IVecI
public IVec4R nml(IVecI pt1, IVecI pt2)
nml
in interface IVecI
public boolean isValid()
isValid
in interface IVec4I
isValid
in interface IVecI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |