|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IVertex
public class IVertex
Class of a vertex of polygon mesh.
| Nested Class Summary | |
|---|---|
static class |
IVertex.ZComparator
|
static class |
IVertex.ZYXComparator
|
| Field Summary | |
|---|---|
java.util.ArrayList<IEdge> |
edges
|
java.util.ArrayList<IFace> |
faces
|
java.util.ArrayList<IVertex> |
linkedVertices
|
IVecI |
normal
|
IVecI |
pos
|
IVec2I |
texture
|
| Constructor Summary | |
|---|---|
IVertex()
|
|
IVertex(double x,
double y,
double z)
|
|
IVertex(IVec p)
|
|
IVertex(IVec4 p)
|
|
IVertex(IVecI p)
|
|
IVertex(IVertex v)
|
|
| Method Summary | |
|---|---|
IVertex |
add(double x,
double y,
double z)
|
IVertex |
add(double f,
IVecI v)
scale add alias |
IVertex |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVertex |
add(IDoubleI f,
IVecI v)
scale add alias |
IVertex |
add(IVecI v)
|
IVertex |
add(IVecI v,
double f)
scale add |
IVertex |
add(IVecI v,
IDoubleI f)
scale add |
void |
addEdge(IEdge e)
|
void |
addFace(IFace f)
|
double |
angle(ISwitchE e,
IVecI v)
|
double |
angle(ISwitchE e,
IVecI v,
IVecI axis)
|
IDoubleI |
angle(ISwitchR r,
IVecI v)
|
IDoubleI |
angle(ISwitchR r,
IVecI v,
IVecI axis)
|
double |
angle(IVecI v)
|
double |
angle(IVecI v,
IVecI axis)
|
IVecI |
bisect(IVecI v)
create a new instance of bisector |
void |
calcNormal()
|
IVertex |
cp()
cp() is alias of dup() |
IVertex |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IVertex |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVertex |
cp(IVecI v)
|
IEdge |
createEdgeTo(IVertex v)
|
IVecI |
cross(IVecI v)
cross product creates a new instance |
void |
del()
|
IVecI |
dif(IVecI v)
create a new instance of difference |
IVecI |
diff(IVecI v)
alias of dif |
double |
dist(ISwitchE e,
IVecI v)
|
IDoubleI |
dist(ISwitchR r,
IVecI v)
|
double |
dist(IVecI v)
|
double |
dist2(ISwitchE e,
IVecI v)
|
IDoubleI |
dist2(ISwitchR r,
IVecI v)
|
double |
dist2(IVecI v)
squared distance |
IVertex |
div(double v)
|
IVertex |
div(IDoubleI v)
|
double |
dot(ISwitchE e,
IVecI v)
|
IDoubleI |
dot(ISwitchR r,
IVecI v)
|
double |
dot(IVecI v)
|
IVertex |
dup()
duplicate the instance |
IEdge |
edge(int i)
|
int |
edgeNum()
|
boolean |
eq(ISwitchE e,
IVecI v)
|
boolean |
eq(ISwitchE e,
IVecI v,
double resolution)
|
IBoolI |
eq(ISwitchR r,
IVecI v)
|
IBoolI |
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)
|
IBoolI |
eqX(ISwitchR r,
IVecI v)
|
IBoolI |
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)
|
IBoolI |
eqY(ISwitchR r,
IVecI v)
|
IBoolI |
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)
|
IBoolI |
eqZ(ISwitchR r,
IVecI v)
|
IBoolI |
eqZ(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqZ(IVecI v)
|
boolean |
eqZ(IVecI v,
double resolution)
|
IFace |
face(int i)
|
int |
faceNum()
|
IVertex |
flip()
alias of neg |
IVec |
get()
|
IVec |
getAverageNormal()
|
IEdge |
getEdge(int i)
|
IEdge |
getEdgeTo(IVertex v)
|
IFace |
getFace(int i)
|
IEdge[] |
getOtherEdges(IEdge edge)
|
IDoubleI |
getX()
|
IDoubleI |
getY()
|
IDoubleI |
getZ()
|
void |
init()
|
boolean |
isValid()
|
double |
len()
|
IVertex |
len(double l)
|
IVertex |
len(IDoubleI l)
|
double |
len(ISwitchE e)
|
IDoubleI |
len(ISwitchR r)
|
double |
len2()
square of length |
double |
len2(ISwitchE e)
|
IDoubleI |
len2(ISwitchR r)
|
IVertex |
linkedVertex(int i)
|
int |
linkedVertexNum()
|
IVecI |
mid(IVecI v)
create a new instance of midpoint |
IVertex |
mirror(IVecI planeDir)
mirror is alias of ref |
IVertex |
mirror(IVecI center,
IVecI planeDir)
|
IVertex |
mul(double v)
|
IVertex |
mul(IDoubleI v)
|
IVertex |
mv(double x,
double y,
double z)
mv() is alias of add() |
IVertex |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVertex |
mv(IVecI v)
|
IVertex |
neg()
|
IVecI |
nml()
|
IVertex |
nml(double x,
double y,
double z)
|
IVertex |
nml(IVec n)
|
IVecI |
nml(IVecI v)
alias of cross. |
IVecI |
nml(IVecI pt1,
IVecI pt2)
create normal vector from 3 points of self, pt1 and pt2 |
IVecI |
normal()
|
IVertex |
normal(double x,
double y,
double z)
|
IVertex |
normal(IVec n)
|
IVecI |
nrml()
|
IVertex |
nrml(double x,
double y,
double z)
|
IVertex |
nrml(IVec n)
|
IVertex |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IVertex |
ref(IVecI center,
IVecI planeDir)
|
void |
replaceLinkedVertex(IVertex oldVertex,
IVertex newVertex)
|
void |
replaceVertex(IVertex newVertex)
|
IVertex |
rev()
alias of neg() |
IVertex |
rot(double angle)
|
IVertex |
rot(IDoubleI angle)
rotation around z-axis and origin |
IVertex |
rot(IVecI axis,
double angle)
|
IVertex |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IVertex |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IVertex |
rot(IVecI center,
IVecI axis,
double angle)
|
IVertex |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IVertex |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IVertex |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IVertex |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IVertex |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IVertex |
rot2(IVecI center,
double angle)
|
IVertex |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IVertex |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IVertex |
scale(double f)
|
IVertex |
scale(IDoubleI f)
alias of mul |
IVertex |
scale(IVecI center,
double f)
|
IVertex |
scale(IVecI center,
IDoubleI f)
|
IVertex |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IVertex |
scale1d(IVecI axis,
IDoubleI f)
|
IVertex |
scale1d(IVecI center,
IVecI axis,
double f)
|
IVertex |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IVertex |
set(double x,
double y,
double z)
|
IVertex |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVertex |
set(IVecI v)
|
IVertex |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IVertex |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVertex |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IVertex |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVertex |
shearXY(double sxy,
double syx)
|
IVertex |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IVertex |
shearXY(IVecI center,
double sxy,
double syx)
|
IVertex |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IVertex |
shearYZ(double syz,
double szy)
|
IVertex |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IVertex |
shearYZ(IVecI center,
double syz,
double szy)
|
IVertex |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IVertex |
shearZX(double szx,
double sxz)
|
IVertex |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IVertex |
shearZX(IVecI center,
double szx,
double sxz)
|
IVertex |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IVertex |
sub(double x,
double y,
double z)
|
IVertex |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVertex |
sub(IVecI v)
|
IVecI |
sum(IVecI... v)
create a new instance of total summation |
IVecI |
sum(IVecI v)
create a new instance of total summation |
IVecI |
sum(IVecI v2,
double w2)
|
IVecI |
sum(IVecI v2,
double w1,
double w2)
weighted sum |
IVecI |
sum(IVecI v2,
IDoubleI w2)
|
IVecI |
sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
|
IVec2I |
texture()
|
IVertex |
texture(double u,
double v)
|
IVertex |
texture(IVec2I t)
|
IVec2I |
to2d()
|
IVec4I |
to4d()
|
IVec4I |
to4d(double w)
|
IVec4I |
to4d(IDoubleI w)
|
java.lang.String |
toString()
|
IVertex |
transform(IMatrix3I mat)
|
IVertex |
transform(IMatrix4I mat)
|
IVertex |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IVertex |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IVertex |
translate(double x,
double y,
double z)
translate is alias of add() |
IVertex |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVertex |
translate(IVecI v)
|
IVertex |
unit()
|
double |
x()
|
double |
y()
|
double |
z()
|
IVertex |
zero()
setting all zero |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.util.ArrayList<IEdge> edges
public java.util.ArrayList<IFace> faces
public java.util.ArrayList<IVertex> linkedVertices
public IVecI pos
public IVecI normal
public IVec2I texture
| Constructor Detail |
|---|
public IVertex()
public IVertex(double x,
double y,
double z)
public IVertex(IVec p)
public IVertex(IVec4 p)
public IVertex(IVecI p)
public IVertex(IVertex v)
| Method Detail |
|---|
public void init()
public void del()
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 IVertex dup()
ITransformable
dup in interface ITransformabledup in interface IVecIpublic IVec2I to2d()
to2d in interface IVecIpublic IVec4I to4d()
to4d in interface IVecIpublic IVec4I to4d(double w)
to4d in interface IVecIpublic IVec4I to4d(IDoubleI w)
to4d in interface IVecIpublic IDoubleI getX()
getX in interface IVecIpublic IDoubleI getY()
getY in interface IVecIpublic IDoubleI getZ()
getZ in interface IVecIpublic IVertex set(IVecI v)
set in interface IVecI
public IVertex set(double x,
double y,
double z)
set in interface IVecI
public IVertex set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecI
public IVertex add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecI
public IVertex add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIpublic IVertex add(IVecI v)
add in interface ITransformableadd in interface IVecI
public IVertex sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecI
public IVertex sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIpublic IVertex sub(IVecI v)
sub in interface ITransformablesub in interface IVecIpublic IVertex mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecIpublic IVertex mul(double v)
mul in interface ITransformablemul in interface IVecIpublic IVertex div(IDoubleI v)
div in interface ITransformablediv in interface IVecIpublic IVertex div(double v)
div in interface ITransformablediv in interface IVecIpublic IVertex neg()
neg in interface ITransformableneg in interface IVecIpublic IVertex rev()
IVecI
rev in interface IVecIpublic IVertex flip()
ITransformable
flip in interface ITransformableflip in interface IVecIpublic IVertex zero()
IVecI
zero in interface IVecI
public IVertex add(IVecI v,
double f)
add in interface ITransformableadd in interface IVecI
public IVertex add(IVecI v,
IDoubleI f)
add in interface ITransformableadd in interface IVecI
public IVertex add(double f,
IVecI v)
add in interface ITransformable
public IVertex add(IDoubleI f,
IVecI v)
add in interface ITransformablepublic double dot(IVecI v)
dot in interface IVecI
public double dot(ISwitchE e,
IVecI v)
dot in interface IVecI
public IDoubleI dot(ISwitchR r,
IVecI v)
dot in interface IVecIpublic IVecI cross(IVecI v)
IVecI
cross in interface IVecIpublic double len()
len in interface IVecIpublic double len(ISwitchE e)
len in interface IVecIpublic IDoubleI len(ISwitchR r)
len in interface IVecIpublic double len2()
IVecI
len2 in interface IVecIpublic double len2(ISwitchE e)
len2 in interface IVecIpublic IDoubleI len2(ISwitchR r)
len2 in interface IVecIpublic IVertex len(IDoubleI l)
len in interface IVecIpublic IVertex len(double l)
len in interface IVecIpublic IVertex 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 IDoubleI 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 IDoubleI 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 IBoolI 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 IBoolI 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 IBoolI eqX(ISwitchR r,
IVecI v)
eqX in interface IVecI
public IBoolI eqY(ISwitchR r,
IVecI v)
eqY in interface IVecI
public IBoolI 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 IBoolI eqX(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqX in interface IVecI
public IBoolI eqY(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqY in interface IVecI
public IBoolI eqZ(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqZ in interface IVecIpublic double angle(IVecI v)
angle in interface IVecI
public double angle(ISwitchE e,
IVecI v)
angle in interface IVecI
public IDoubleI angle(ISwitchR r,
IVecI v)
angle in interface IVecI
public double angle(IVecI v,
IVecI axis)
angle in interface IVecIaxis - axis to determin sign of angle following right-handed screw rule.
public double angle(ISwitchE e,
IVecI v,
IVecI axis)
angle in interface IVecI
public IDoubleI angle(ISwitchR r,
IVecI v,
IVecI axis)
angle in interface IVecIpublic IVertex rot(IDoubleI angle)
ITransformable
rot in interface ITransformablepublic IVertex rot(double angle)
rot in interface ITransformable
public IVertex rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IVertex rot(IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IVertex rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IVertex rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IVertex rot(IVecI axis,
IVecI destDir)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IVertex rot(IVecI center,
IVecI axis,
IVecI destPt)
ITransformable
rot in interface ITransformablerot in interface IVecIpublic IVertex rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablepublic IVertex rot2(double angle)
ITransformable
rot2 in interface ITransformable
public IVertex rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformable
public IVertex rot2(IVecI center,
double angle)
rot2 in interface ITransformablepublic IVertex rot2(IVecI destDir)
ITransformable
rot2 in interface ITransformable
public IVertex rot2(IVecI center,
IVecI destPt)
ITransformable
rot2 in interface ITransformablepublic IVertex scale(IDoubleI f)
ITransformable
scale in interface ITransformablescale in interface IVecIpublic IVertex scale(double f)
scale in interface ITransformablescale in interface IVecI
public IVertex scale(IVecI center,
IDoubleI f)
scale in interface ITransformablescale in interface IVecI
public IVertex scale(IVecI center,
double f)
scale in interface ITransformablescale in interface IVecI
public IVertex scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVertex scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVertex scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVertex scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIpublic IVertex ref(IVecI planeDir)
ITransformable
ref in interface ITransformableref in interface IVecI
public IVertex ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIpublic IVertex mirror(IVecI planeDir)
ITransformable
mirror in interface ITransformablemirror in interface IVecI
public IVertex mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecI
public IVertex shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IVertex shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IVertex shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IVertex shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IVertex shearXY(double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVertex shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVertex shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVertex shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVertex shearYZ(double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVertex shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVertex shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVertex shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVertex shearZX(double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVertex shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVertex shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVertex shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVertex translate(double x,
double y,
double z)
translate in interface ITransformabletranslate in interface IVecI
public IVertex translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ITransformabletranslate in interface IVecIpublic IVertex translate(IVecI v)
translate in interface ITransformabletranslate in interface IVecIpublic IVertex transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecIpublic IVertex transform(IMatrix4I mat)
transform in interface ITransformabletransform in interface IVecI
public IVertex transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformabletransform in interface IVecI
public IVertex transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ITransformabletransform in interface IVecI
public IVertex mv(double x,
double y,
double z)
mv in interface ITransformablemv in interface IVecI
public IVertex mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablemv in interface IVecIpublic IVertex mv(IVecI v)
mv in interface ITransformablemv in interface IVecIpublic IVertex cp()
cp in interface ITransformablecp in interface IVecI
public IVertex cp(double x,
double y,
double z)
cp in interface ITransformablecp in interface IVecI
public IVertex cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablecp in interface IVecIpublic IVertex cp(IVecI v)
cp in interface ITransformablecp in interface IVecIpublic IVecI dif(IVecI v)
IVecI
dif in interface IVecIpublic IVecI diff(IVecI v)
IVecI
diff in interface IVecIpublic IVecI mid(IVecI v)
IVecI
mid in interface IVecIpublic IVecI sum(IVecI v)
IVecI
sum in interface IVecIpublic IVecI sum(IVecI... v)
IVecI
sum in interface IVecIpublic IVecI bisect(IVecI v)
IVecI
bisect in interface IVecI
public IVecI sum(IVecI v2,
double w1,
double w2)
IVecI
sum in interface IVecI
public IVecI sum(IVecI v2,
double w2)
sum in interface IVecI
public IVecI sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
sum in interface IVecI
public IVecI sum(IVecI v2,
IDoubleI w2)
sum in interface IVecIpublic IVecI nml(IVecI v)
nml in interface IVecI
public IVecI nml(IVecI pt1,
IVecI pt2)
nml in interface IVecIpublic IVec getAverageNormal()
public void calcNormal()
public IVecI normal()
public IVecI nrml()
public IVecI nml()
public IVertex normal(IVec n)
public IVertex normal(double x,
double y,
double z)
public IVertex nrml(IVec n)
public IVertex nrml(double x,
double y,
double z)
public IVertex nml(IVec n)
public IVertex nml(double x,
double y,
double z)
public boolean isValid()
isValid in interface IVecIpublic IVec2I texture()
public IVertex texture(IVec2I t)
public IVertex texture(double u,
double v)
public void addEdge(IEdge e)
public IEdge getEdge(int i)
public IEdge edge(int i)
public int edgeNum()
public IEdge getEdgeTo(IVertex v)
public IEdge createEdgeTo(IVertex v)
public void addFace(IFace f)
public IFace getFace(int i)
public IFace face(int i)
public int faceNum()
public IVertex linkedVertex(int i)
public int linkedVertexNum()
public void replaceLinkedVertex(IVertex oldVertex,
IVertex newVertex)
public void replaceVertex(IVertex newVertex)
public IEdge[] getOtherEdges(IEdge edge)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||