|
|||||||||
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(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVertex |
add(IVecI v)
|
IVertex |
add(IVecI v,
double f)
scale add |
IVertex |
add(IVecI v,
IDoubleI f)
|
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)
|
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 |
diff(IVecI v)
|
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)
|
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(IVecI axis,
double angle)
|
IVertex |
rot(IVecI axis,
IDoubleI angle)
|
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)
|
IVecI |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate 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)
|
IVecI |
sum(IVecI v)
|
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()
|
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 IVecI
public double y()
y
in interface IVecI
public double z()
z
in interface IVecI
public IVec get()
get
in interface IParameter
get
in interface IVecI
get
in interface IVecOp
public IVertex dup()
ITransformable
dup
in interface ITransformable
dup
in interface IVecI
public IVec2I to2d()
to2d
in interface IVecI
public IVec4I to4d()
to4d
in interface IVecI
public IVec4I to4d(double w)
to4d
in interface IVecI
public IVec4I to4d(IDoubleI w)
to4d
in interface IVecI
public IDoubleI getX()
getX
in interface IVecI
public IDoubleI getY()
getY
in interface IVecI
public IDoubleI getZ()
getZ
in interface IVecI
public 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 ITransformable
add
in interface IVecI
public IVertex add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
public IVertex add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
public IVertex sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
public IVertex sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
public IVertex sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
public IVertex mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
public IVertex mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
public IVertex div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
public IVertex div(double v)
div
in interface ITransformable
div
in interface IVecI
public IVertex neg()
neg
in interface ITransformable
neg
in interface IVecI
public IVertex rev()
IVecI
rev
in interface IVecI
public IVertex flip()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
public IVertex add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
public IVertex add(IVecI v, IDoubleI f)
add
in interface ITransformable
add
in interface IVecI
public 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 IVecI
public IVecI cross(IVecI v)
IVecI
cross
in interface IVecI
public double len()
len
in interface IVecI
public double len(ISwitchE e)
len
in interface IVecI
public IDoubleI 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 IDoubleI len2(ISwitchR r)
len2
in interface IVecI
public IVertex len(IDoubleI l)
len
in interface IVecI
public IVertex len(double l)
len
in interface IVecI
public IVertex unit()
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 IDoubleI 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 IDoubleI 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 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 IVecI
public boolean eqX(IVecI v)
eqX
in interface IVecI
public boolean eqY(IVecI v)
eqY
in interface IVecI
public 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 IVecI
public 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 IVecI
axis
- 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 IVecI
public IVertex rot(IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IVertex rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IVertex rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IVertex rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IVertex rot(IVecI axis, IVecI destDir)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
public IVecI rot(IVecI center, IVecI axis, IVecI destPt)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
public IVertex scale(IDoubleI f)
ITransformable
scale
in interface ITransformable
scale
in interface IVecI
public IVertex scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
public IVertex scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IVertex scale(IVecI center, double f)
scale
in interface ITransformable
scale
in interface IVecI
public IVertex scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVertex scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVertex scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVertex scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IVertex ref(IVecI planeDir)
ITransformable
ref
in interface ITransformable
ref
in interface IVecI
public IVertex ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IVertex mirror(IVecI planeDir)
ITransformable
mirror
in interface ITransformable
mirror
in interface IVecI
public IVertex mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IVertex shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVertex shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVertex shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVertex shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IVertex shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVertex shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVertex shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVertex shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IVertex shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVertex shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVertex shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVertex shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IVertex shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVertex shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVertex shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVertex shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IVertex translate(double x, double y, double z)
translate
in interface ITransformable
translate
in interface IVecI
public IVertex translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
translate
in interface IVecI
public IVertex translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
public IVertex transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IVertex transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IVertex transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVecI
public IVertex transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
transform
in interface IVecI
public IVertex mv(double x, double y, double z)
mv
in interface ITransformable
mv
in interface IVecI
public IVertex mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
mv
in interface IVecI
public IVertex mv(IVecI v)
mv
in interface ITransformable
mv
in interface IVecI
public IVertex cp()
cp
in interface ITransformable
cp
in interface IVecI
public IVertex cp(double x, double y, double z)
cp
in interface ITransformable
cp
in interface IVecI
public IVertex cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
cp
in interface IVecI
public IVertex cp(IVecI v)
cp
in interface ITransformable
cp
in interface IVecI
public IVecI diff(IVecI v)
diff
in interface IVecI
public IVecI mid(IVecI v)
mid
in interface IVecI
public IVecI sum(IVecI v)
sum
in interface IVecI
public IVecI sum(IVecI... v)
sum
in interface IVecI
public IVecI bisect(IVecI v)
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 IVecI
public IVecI nml(IVecI v)
nml
in interface IVecI
public IVecI nml(IVecI pt1, IVecI pt2)
nml
in interface IVecI
public 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 IVecI
public 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 |