|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IParameterObject
igeo.IMeshGeo
public class IMeshGeo
Geometry of polygon mesh containing lists of vertices, edges and faces.
Field Summary | |
---|---|
boolean |
closed
just setting boolean value to closed. |
java.util.ArrayList<IEdge> |
edges
|
java.util.ArrayList<IFace> |
faces
|
java.util.ArrayList<IVertex> |
vertices
|
Fields inherited from class igeo.IParameterObject |
---|
parent |
Constructor Summary | |
---|---|
IMeshGeo()
|
|
IMeshGeo(java.util.ArrayList<IVertex> v,
java.util.ArrayList<IEdge> e,
java.util.ArrayList<IFace> f)
|
|
IMeshGeo(double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3)
|
|
IMeshGeo(double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3,
double x4,
double y4,
double z4)
|
|
IMeshGeo(ICurveI[] lines)
|
|
IMeshGeo(ICurveI[] lines,
IMeshType creator)
|
|
IMeshGeo(IFace[] fcs)
|
|
IMeshGeo(IMeshGeo m)
|
|
IMeshGeo(ISurfaceI[] faces)
takes surfaces as face with 3 or 4 points face. |
|
IMeshGeo(ISurfaceI[] faces,
IMeshType creator)
takes surfaces as face with 3 or 4 points face. |
|
IMeshGeo(IVec[] vert)
|
|
IMeshGeo(IVec[][] matrix)
|
|
IMeshGeo(IVec[][] matrix,
boolean triangulateDir)
|
|
IMeshGeo(IVec[][] matrix,
boolean triangulateDir,
IMeshType creator)
|
|
IMeshGeo(IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir)
|
|
IMeshGeo(IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir,
IMeshType creator)
|
|
IMeshGeo(IVecI v1,
IVecI v2,
IVecI v3)
|
|
IMeshGeo(IVecI v1,
IVecI v2,
IVecI v3,
IVecI v4)
|
|
IMeshGeo(IVertex[] vert)
|
|
IMeshGeo(IVertex[] vtx,
IEdge[] edg,
IFace[] fcs)
|
|
IMeshGeo(IVertex v1,
IVertex v2,
IVertex v3)
|
|
IMeshGeo(IVertex v1,
IVertex v2,
IVertex v3,
IVertex v4)
|
Method Summary | |
---|---|
IMeshGeo |
add(double x,
double y,
double z)
ITransformable methods |
IMeshGeo |
add(double f,
IVecI v)
scale add alias |
IMeshGeo |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMeshGeo |
add(IDoubleI f,
IVecI v)
scale add alias |
IMeshGeo |
add(IVecI v)
|
IMeshGeo |
add(IVecI v,
double f)
scale add |
IMeshGeo |
add(IVecI v,
IDoubleI f)
scale add |
void |
addFace(IFace f)
|
void |
addFace(IFace f,
boolean checkVertexExisting,
boolean checkEdgeExisting,
boolean checkFaceExisting)
|
void |
addPolygon(IVec[] v)
|
void |
addPolygon(IVertex[] v)
|
void |
addQuads(IVec[] v)
|
void |
addQuads(IVertex[] v)
|
void |
addQuadStrip(IVec[] v)
|
void |
addQuadStrip(IVertex[] v)
|
void |
addTriangleFan(IVec[] v)
|
void |
addTriangleFan(IVertex[] v)
|
void |
addTriangles(IVec[] v)
|
void |
addTriangles(IVertex[] v)
|
void |
addTriangleStrip(IVec[] v)
|
void |
addTriangleStrip(IVertex[] v)
|
void |
addVertex(IVertex v)
add a vertex to a mesh and set index number to the vertex |
IVec |
center()
center of mesh, calculated by average of all vertices |
IMeshGeo |
close()
just setting boolean value to closed. |
static IMeshGeo |
connectVertex(IMeshGeo mesh1,
IMeshGeo mesh2)
connect closest vertex |
static IMeshGeo |
connectVertex(IMeshGeo mesh1,
IVertex v1,
IMeshGeo mesh2,
IVertex v2)
|
IMeshGeo |
cp()
cp() is alias of dup() |
IMeshGeo |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IMeshGeo |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMeshGeo |
cp(IVecI v)
|
static IMeshGeo |
createMeshWithEdges(java.util.ArrayList<IEdge> edges,
IMeshType creator)
|
static IMeshGeo |
createPolyhedron(IVertex[] vtx)
create polyhedron mesh by delaunay triangulation around a center |
IMeshGeo |
deleteEdge(IEdge e)
|
IMeshGeo |
deleteEdge(IIntegerI i)
|
IMeshGeo |
deleteEdge(int i)
|
IMeshGeo |
deleteFace(IFace f)
|
IMeshGeo |
deleteFace(IIntegerI i)
|
IMeshGeo |
deleteFace(int i)
|
void |
deleteUnlinked()
|
IMeshGeo |
deleteVertex(IIntegerI i)
|
IMeshGeo |
deleteVertex(int i)
|
IMeshGeo |
deleteVertex(IVertex v)
|
IMeshGeo |
div(double v)
|
IMeshGeo |
div(IDoubleI v)
|
IEdge[] |
divideEdge(IEdge e,
double[] ratios,
IMeshType creator)
divide by multiple ratios. |
void |
divideEdge(IEdge e,
double ratio,
IMeshType creator)
|
IMeshGeo |
divideFace(IFace f,
IEdge e1,
IVertex nv1,
IEdge e2,
IVertex nv2,
IMeshType creator)
|
IMeshGeo |
dup()
duplicate the instance |
IEdge |
edge(IIntegerI i)
|
IEdge |
edge(int i)
|
int |
edgeNum()
|
int |
edgeNum(ISwitchE e)
|
IInteger |
edgeNum(ISwitchR r)
|
java.util.ArrayList<IEdge> |
edges()
return all edges |
IFace |
face(IIntegerI i)
|
IFace |
face(int i)
|
int |
faceNum()
|
int |
faceNum(ISwitchE e)
|
IInteger |
faceNum(ISwitchR r)
|
java.util.ArrayList<IFace> |
faces()
return all faces |
java.util.ArrayList<java.util.ArrayList<IEdge>> |
findLoop(java.util.ArrayList<IEdge> edges)
|
IMeshGeo |
flip()
alias of neg |
IMeshGeo |
get()
|
IVec[] |
getBoundingBox()
|
int |
getIndex(IEdge e)
|
int |
getIndex(IFace f)
|
int |
getIndex(IVertex v)
|
void |
initWithClosedLines(ICurveI[] lines,
IMeshType creator)
|
void |
initWithClosedLines(IVecI[][] linePts,
IMeshType creator)
|
void |
initWithEdges(java.util.ArrayList<IEdge> edges,
IMeshType creator)
|
void |
initWithLines(ICurveI[] lines,
IMeshType creator)
|
void |
initWithPointMatrix(IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir,
IMeshType creator)
|
void |
initWithSurfaces(ISurfaceI[] faces,
IMeshType creator)
|
IVertex |
insertVertex(IFace f,
IVertex v,
IMeshType creator)
|
boolean |
isClosed()
just setting boolean value to closed. |
boolean |
isValid()
|
IMeshGeo |
join(IMeshGeo[] meshes)
join other meshes into the current one and remove duplicated edges and vertices |
IMeshGeo |
join(IMeshGeo[] meshes,
double tolerance)
join other meshes into the current one and remove duplicated edges and vertices |
static IMeshGeo |
joinMesh(IMeshGeo[] meshes)
|
IMeshGeo |
mirror(IVecI planeDir)
mirror is alias of ref |
IMeshGeo |
mirror(IVecI center,
IVecI planeDir)
|
IMeshGeo |
mul(double v)
|
IMeshGeo |
mul(IDoubleI v)
|
IMeshGeo |
mv(double x,
double y,
double z)
mv() is alias of add() |
IMeshGeo |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMeshGeo |
mv(IVecI v)
|
IEdge[] |
nakedEdges()
returns naked edges excluding duplicated edges on the same place. |
java.util.ArrayList<IEdge> |
nakedEdges(boolean checkDuplicatedEdge)
|
IMeshGeo |
neg()
|
static IMeshGeo |
polyhedron(IVertex[] vtx)
alias of createPolyhedron |
IMeshGeo |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IMeshGeo |
ref(IVecI center,
IVecI planeDir)
|
IMeshGeo |
removeDuplicatedEdge()
remove duplicated edge |
IMeshGeo |
removeDuplicates()
remove duplicated vertices and edges |
IMeshGeo |
removeDuplicates(double tolerance)
remove duplicated vertices and edges |
protected void |
replaceEdge(IEdge origEdge,
IEdge newEdge)
For use in copy constructor |
void |
replaceEdge(IFace f,
IEdge oldEdge,
IEdge newEdge1,
IEdge newEdge2,
IVertex vertexOnEdge,
IMeshType creator)
|
protected void |
replaceFace(IFace origFace,
IFace newFace)
For use in copy constructor |
protected void |
replaceVertex(IVertex origVertex,
IVertex newVertex)
For use in copy constructor |
IMeshGeo |
rev()
alias of neg |
IMeshGeo |
rot(double angle)
|
IMeshGeo |
rot(IDoubleI angle)
rotation around z-axis and origin |
IMeshGeo |
rot(IVecI axis,
double angle)
|
IMeshGeo |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IMeshGeo |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IMeshGeo |
rot(IVecI center,
IVecI axis,
double angle)
|
IMeshGeo |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IMeshGeo |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IMeshGeo |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IMeshGeo |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IMeshGeo |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IMeshGeo |
rot2(IVecI center,
double angle)
|
IMeshGeo |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IMeshGeo |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IMeshGeo |
scale(double f)
|
IMeshGeo |
scale(IDoubleI f)
alias of mul |
IMeshGeo |
scale(IVecI center,
double f)
|
IMeshGeo |
scale(IVecI center,
IDoubleI f)
|
IMeshGeo |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IMeshGeo |
scale1d(IVecI axis,
IDoubleI f)
|
IMeshGeo |
scale1d(IVecI center,
IVecI axis,
double f)
|
IMeshGeo |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IMeshGeo |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IMeshGeo |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IMeshGeo |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IMeshGeo |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IMeshGeo |
shearXY(double sxy,
double syx)
|
IMeshGeo |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IMeshGeo |
shearXY(IVecI center,
double sxy,
double syx)
|
IMeshGeo |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IMeshGeo |
shearYZ(double syz,
double szy)
|
IMeshGeo |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IMeshGeo |
shearYZ(IVecI center,
double syz,
double szy)
|
IMeshGeo |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IMeshGeo |
shearZX(double szx,
double sxz)
|
IMeshGeo |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IMeshGeo |
shearZX(IVecI center,
double szx,
double sxz)
|
IMeshGeo |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IMeshGeo |
sub(double x,
double y,
double z)
|
IMeshGeo |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMeshGeo |
sub(IVecI v)
|
IMeshGeo |
subdivide()
subdivide all triangle faces into 4 triangles each divided at each mid point of edges. |
void |
subdivideNakedEdges(java.util.ArrayList<IEdge> loop,
int recursionNum,
IMeshType creator)
|
void |
subdivideNakedEdges(int recursionNum,
IMeshType creator)
|
IMeshGeo |
transform(IMatrix3I mat)
|
IMeshGeo |
transform(IMatrix4I mat)
|
IMeshGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IMeshGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IMeshGeo |
translate(double x,
double y,
double z)
translate() is alias of add() |
IMeshGeo |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMeshGeo |
translate(IVecI v)
|
IMeshGeo |
triangulate()
|
IMeshGeo |
triangulate(boolean triangulateDirection)
|
IMeshGeo |
triangulate(boolean triangulateDirection,
IMeshType creator)
|
IMeshGeo |
triangulate(IFace f,
boolean triangulateDirection,
IMeshType creator)
|
IMeshGeo |
triangulateAll(boolean triangulateDirection,
IMeshType creator)
alias of triangulate; fow downward compatibility |
IMeshGeo |
triangulateAtCenter()
|
IMeshGeo |
triangulateAtCenter(IMeshType creator)
|
IVertex |
vertex(IIntegerI i)
|
IVertex |
vertex(int i)
|
int |
vertexNum()
|
int |
vertexNum(ISwitchE e)
|
IInteger |
vertexNum(ISwitchR r)
|
java.util.ArrayList<IVertex> |
vertices()
return all vertices |
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 |
---|
public java.util.ArrayList<IVertex> vertices
public java.util.ArrayList<IEdge> edges
public java.util.ArrayList<IFace> faces
public boolean closed
Constructor Detail |
---|
public IMeshGeo(ICurveI[] lines)
public IMeshGeo(ICurveI[] lines, IMeshType creator)
public IMeshGeo(ISurfaceI[] faces)
public IMeshGeo(ISurfaceI[] faces, IMeshType creator)
public IMeshGeo(IVec[][] matrix)
public IMeshGeo(IVec[][] matrix, boolean triangulateDir)
public IMeshGeo(IVec[][] matrix, boolean triangulateDir, IMeshType creator)
public IMeshGeo(IVec[][] matrix, int unum, int vnum, boolean triangulateDir)
public IMeshGeo(IVec[][] matrix, int unum, int vnum, boolean triangulateDir, IMeshType creator)
public IMeshGeo()
public IMeshGeo(java.util.ArrayList<IVertex> v, java.util.ArrayList<IEdge> e, java.util.ArrayList<IFace> f)
public IMeshGeo(IVertex[] vtx, IEdge[] edg, IFace[] fcs)
public IMeshGeo(IVec[] vert)
public IMeshGeo(IVertex[] vert)
public IMeshGeo(IVertex v1, IVertex v2, IVertex v3)
public IMeshGeo(IVertex v1, IVertex v2, IVertex v3, IVertex v4)
public IMeshGeo(IVecI v1, IVecI v2, IVecI v3)
public IMeshGeo(IVecI v1, IVecI v2, IVecI v3, IVecI v4)
public IMeshGeo(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3)
public IMeshGeo(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3, double x4, double y4, double z4)
public IMeshGeo(IFace[] fcs)
public IMeshGeo(IMeshGeo m)
Method Detail |
---|
public void initWithLines(ICurveI[] lines, IMeshType creator)
public void initWithClosedLines(ICurveI[] lines, IMeshType creator)
public void initWithClosedLines(IVecI[][] linePts, IMeshType creator)
public void initWithSurfaces(ISurfaceI[] faces, IMeshType creator)
public IMeshGeo get()
get
in interface IMeshI
public IMeshGeo dup()
ITransformable
dup
in interface IMeshI
dup
in interface ITransformable
public boolean isValid()
isValid
in interface IMeshI
public void addVertex(IVertex v)
protected void replaceVertex(IVertex origVertex, IVertex newVertex)
protected void replaceEdge(IEdge origEdge, IEdge newEdge)
protected void replaceFace(IFace origFace, IFace newFace)
public static IMeshGeo createMeshWithEdges(java.util.ArrayList<IEdge> edges, IMeshType creator)
public static IMeshGeo createPolyhedron(IVertex[] vtx)
public static IMeshGeo polyhedron(IVertex[] vtx)
public static IMeshGeo connectVertex(IMeshGeo mesh1, IMeshGeo mesh2)
public static IMeshGeo connectVertex(IMeshGeo mesh1, IVertex v1, IMeshGeo mesh2, IVertex v2)
public void initWithEdges(java.util.ArrayList<IEdge> edges, IMeshType creator)
public void initWithPointMatrix(IVec[][] matrix, int unum, int vnum, boolean triangulateDir, IMeshType creator)
public int vertexNum()
vertexNum
in interface IMeshI
public int edgeNum()
edgeNum
in interface IMeshI
public int faceNum()
faceNum
in interface IMeshI
public int vertexNum(ISwitchE e)
vertexNum
in interface IMeshI
public int edgeNum(ISwitchE e)
edgeNum
in interface IMeshI
public int faceNum(ISwitchE e)
faceNum
in interface IMeshI
public IInteger vertexNum(ISwitchR r)
vertexNum
in interface IMeshI
public IInteger edgeNum(ISwitchR r)
edgeNum
in interface IMeshI
public IInteger faceNum(ISwitchR r)
faceNum
in interface IMeshI
public IVertex vertex(int i)
vertex
in interface IMeshI
public IEdge edge(int i)
edge
in interface IMeshI
public IFace face(int i)
face
in interface IMeshI
public IVertex vertex(IIntegerI i)
vertex
in interface IMeshI
public IEdge edge(IIntegerI i)
edge
in interface IMeshI
public IFace face(IIntegerI i)
face
in interface IMeshI
public java.util.ArrayList<IVertex> vertices()
vertices
in interface IMeshI
public java.util.ArrayList<IEdge> edges()
edges
in interface IMeshI
public java.util.ArrayList<IFace> faces()
faces
in interface IMeshI
public IVec center()
center
in interface IMeshI
public void deleteUnlinked()
public IMeshGeo deleteVertex(IVertex v)
deleteVertex
in interface IMeshI
public IMeshGeo deleteEdge(IEdge e)
deleteEdge
in interface IMeshI
public IMeshGeo deleteFace(IFace f)
deleteFace
in interface IMeshI
public IMeshGeo deleteVertex(int i)
deleteVertex
in interface IMeshI
public IMeshGeo deleteEdge(int i)
deleteEdge
in interface IMeshI
public IMeshGeo deleteFace(int i)
deleteFace
in interface IMeshI
public IMeshGeo deleteVertex(IIntegerI i)
deleteVertex
in interface IMeshI
public IMeshGeo deleteEdge(IIntegerI i)
deleteEdge
in interface IMeshI
public IMeshGeo deleteFace(IIntegerI i)
deleteFace
in interface IMeshI
public int getIndex(IVertex v)
public int getIndex(IEdge e)
public int getIndex(IFace f)
public void addFace(IFace f)
public void addFace(IFace f, boolean checkVertexExisting, boolean checkEdgeExisting, boolean checkFaceExisting)
public void addTriangles(IVertex[] v)
public void addTriangles(IVec[] v)
public void addQuads(IVertex[] v)
public void addQuads(IVec[] v)
public void addPolygon(IVertex[] v)
public void addPolygon(IVec[] v)
public void addTriangleStrip(IVertex[] v)
public void addTriangleStrip(IVec[] v)
public void addQuadStrip(IVertex[] v)
public void addQuadStrip(IVec[] v)
public void addTriangleFan(IVertex[] v)
public void addTriangleFan(IVec[] v)
public IVertex insertVertex(IFace f, IVertex v, IMeshType creator)
public void replaceEdge(IFace f, IEdge oldEdge, IEdge newEdge1, IEdge newEdge2, IVertex vertexOnEdge, IMeshType creator)
public void divideEdge(IEdge e, double ratio, IMeshType creator)
public IEdge[] divideEdge(IEdge e, double[] ratios, IMeshType creator)
ratios
- [0-1]: 0 -> e.vertices[0], 1->e.vertices[1]
public IMeshGeo divideFace(IFace f, IEdge e1, IVertex nv1, IEdge e2, IVertex nv2, IMeshType creator)
public IMeshGeo triangulate(IFace f, boolean triangulateDirection, IMeshType creator)
public IMeshGeo triangulate()
public IMeshGeo triangulate(boolean triangulateDirection)
public IMeshGeo triangulateAll(boolean triangulateDirection, IMeshType creator)
public IMeshGeo triangulate(boolean triangulateDirection, IMeshType creator)
public IMeshGeo triangulateAtCenter()
public IMeshGeo triangulateAtCenter(IMeshType creator)
public IMeshGeo removeDuplicatedEdge()
public IEdge[] nakedEdges()
public java.util.ArrayList<IEdge> nakedEdges(boolean checkDuplicatedEdge)
checkDuplicatedEdge
- This boolean switch make it assume duplicated edges at the same location exist and they are supposed to be connectedpublic IMeshGeo subdivide()
public void subdivideNakedEdges(int recursionNum, IMeshType creator)
public void subdivideNakedEdges(java.util.ArrayList<IEdge> loop, int recursionNum, IMeshType creator)
public java.util.ArrayList<java.util.ArrayList<IEdge>> findLoop(java.util.ArrayList<IEdge> edges)
public IVec[] getBoundingBox()
public IMeshGeo close()
close
in interface IMeshI
public boolean isClosed()
isClosed
in interface IMeshI
public static IMeshGeo joinMesh(IMeshGeo[] meshes)
public IMeshGeo join(IMeshGeo[] meshes)
public IMeshGeo join(IMeshGeo[] meshes, double tolerance)
public IMeshGeo removeDuplicates()
public IMeshGeo removeDuplicates(double tolerance)
public IMeshGeo add(double x, double y, double z)
add
in interface ITransformable
public IMeshGeo add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
public IMeshGeo add(IVecI v)
add
in interface ITransformable
public IMeshGeo sub(double x, double y, double z)
sub
in interface ITransformable
public IMeshGeo sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
public IMeshGeo sub(IVecI v)
sub
in interface ITransformable
public IMeshGeo mul(IDoubleI v)
mul
in interface ITransformable
public IMeshGeo mul(double v)
mul
in interface ITransformable
public IMeshGeo div(IDoubleI v)
div
in interface ITransformable
public IMeshGeo div(double v)
div
in interface ITransformable
public IMeshGeo neg()
neg
in interface ITransformable
public IMeshGeo rev()
public IMeshGeo flip()
flip
in interface ITransformable
public IMeshGeo add(IVecI v, double f)
add
in interface ITransformable
public IMeshGeo add(IVecI v, IDoubleI f)
add
in interface ITransformable
public IMeshGeo add(double f, IVecI v)
add
in interface ITransformable
public IMeshGeo add(IDoubleI f, IVecI v)
add
in interface ITransformable
public IMeshGeo rot(IDoubleI angle)
rot
in interface ITransformable
public IMeshGeo rot(double angle)
rot
in interface ITransformable
public IMeshGeo rot(IVecI axis, IDoubleI angle)
rot
in interface ITransformable
public IMeshGeo rot(IVecI axis, double angle)
rot
in interface ITransformable
public IMeshGeo rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ITransformable
public IMeshGeo rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
public IMeshGeo rot(IVecI axis, IVecI destDir)
rot
in interface ITransformable
public IMeshGeo rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ITransformable
public IMeshGeo rot2(IDoubleI angle)
rot2
in interface ITransformable
public IMeshGeo rot2(double angle)
rot2
in interface ITransformable
public IMeshGeo rot2(IVecI center, IDoubleI angle)
rot2
in interface ITransformable
public IMeshGeo rot2(IVecI center, double angle)
rot2
in interface ITransformable
public IMeshGeo rot2(IVecI destDir)
rot2
in interface ITransformable
public IMeshGeo rot2(IVecI center, IVecI destPt)
rot2
in interface ITransformable
public IMeshGeo scale(IDoubleI f)
scale
in interface ITransformable
public IMeshGeo scale(double f)
scale
in interface ITransformable
public IMeshGeo scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
public IMeshGeo scale(IVecI center, double f)
scale
in interface ITransformable
public IMeshGeo scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
public IMeshGeo scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
public IMeshGeo scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
public IMeshGeo scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
public IMeshGeo ref(IVecI planeDir)
ref
in interface ITransformable
public IMeshGeo ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
public IMeshGeo mirror(IVecI planeDir)
mirror
in interface ITransformable
public IMeshGeo mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
public IMeshGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
public IMeshGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
public IMeshGeo shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
public IMeshGeo shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
public IMeshGeo shearXY(double sxy, double syx)
shearXY
in interface ITransformable
public IMeshGeo shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
public IMeshGeo shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
public IMeshGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
public IMeshGeo shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
public IMeshGeo shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
public IMeshGeo shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
public IMeshGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
public IMeshGeo shearZX(double szx, double sxz)
shearZX
in interface ITransformable
public IMeshGeo shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
public IMeshGeo shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
public IMeshGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
public IMeshGeo mv(double x, double y, double z)
mv
in interface ITransformable
public IMeshGeo mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
public IMeshGeo mv(IVecI v)
mv
in interface ITransformable
public IMeshGeo cp()
cp
in interface IMeshI
cp
in interface ITransformable
public IMeshGeo cp(double x, double y, double z)
cp
in interface IMeshI
cp
in interface ITransformable
public IMeshGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface IMeshI
cp
in interface ITransformable
public IMeshGeo cp(IVecI v)
cp
in interface IMeshI
cp
in interface ITransformable
public IMeshGeo translate(double x, double y, double z)
translate
in interface ITransformable
public IMeshGeo translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
public IMeshGeo translate(IVecI v)
translate
in interface ITransformable
public IMeshGeo transform(IMatrix3I mat)
transform
in interface ITransformable
public IMeshGeo transform(IMatrix4I mat)
transform
in interface ITransformable
public IMeshGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
public IMeshGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |