|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IMesh
public class IMesh
Class of polygon mesh object.
| Field Summary | |
|---|---|
IMeshGeo |
mesh
|
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
IMesh()
|
|
IMesh(java.util.ArrayList<ICurveI> lines)
|
|
IMesh(java.util.ArrayList<ICurveI> lines,
IMeshType creator)
|
|
IMesh(java.util.ArrayList<IVertex> v,
java.util.ArrayList<IEdge> e,
java.util.ArrayList<IFace> f)
|
|
IMesh(double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3)
|
|
IMesh(double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3,
double x4,
double y4,
double z4)
|
|
IMesh(IFace[] fcs)
|
|
IMesh(IMesh m)
|
|
IMesh(IMeshGeo m)
|
|
IMesh(IServerI s)
|
|
IMesh(IServerI s,
java.util.ArrayList<ICurveI> lines)
|
|
IMesh(IServerI s,
java.util.ArrayList<ICurveI> lines,
IMeshType creator)
|
|
IMesh(IServerI s,
java.util.ArrayList<IVertex> v,
java.util.ArrayList<IEdge> e,
java.util.ArrayList<IFace> f)
|
|
IMesh(IServerI s,
double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3)
|
|
IMesh(IServerI s,
double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3,
double x4,
double y4,
double z4)
|
|
IMesh(IServerI s,
IFace[] fcs)
|
|
IMesh(IServerI s,
IMesh m)
|
|
IMesh(IServerI s,
IMeshGeo m)
|
|
IMesh(IServerI s,
IVec[] vert)
|
|
IMesh(IServerI s,
IVec[][] matrix)
|
|
IMesh(IServerI s,
IVec[][] matrix,
boolean triangulateDir)
|
|
IMesh(IServerI s,
IVec[][] matrix,
boolean triangulateDir,
IMeshType creator)
|
|
IMesh(IServerI s,
IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir)
|
|
IMesh(IServerI s,
IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir,
IMeshType creator)
|
|
IMesh(IServerI s,
IVecI v1,
IVecI v2,
IVecI v3)
|
|
IMesh(IServerI s,
IVecI v1,
IVecI v2,
IVecI v3,
IVecI v4)
|
|
IMesh(IServerI s,
IVertex[] vert)
|
|
IMesh(IServerI s,
IVertex[] vtx,
IEdge[] edg,
IFace[] fcs)
|
|
IMesh(IServerI s,
IVertex v1,
IVertex v2,
IVertex v3)
|
|
IMesh(IServerI s,
IVertex v1,
IVertex v2,
IVertex v3,
IVertex v4)
|
|
IMesh(IVec[] vert)
|
|
IMesh(IVec[][] matrix)
|
|
IMesh(IVec[][] matrix,
boolean triangulateDir)
|
|
IMesh(IVec[][] matrix,
boolean triangulateDir,
IMeshType creator)
|
|
IMesh(IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir)
|
|
IMesh(IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir,
IMeshType creator)
|
|
IMesh(IVecI v1,
IVecI v2,
IVecI v3)
|
|
IMesh(IVecI v1,
IVecI v2,
IVecI v3,
IVecI v4)
|
|
IMesh(IVertex[] vert)
|
|
IMesh(IVertex[] vtx,
IEdge[] edg,
IFace[] fcs)
|
|
IMesh(IVertex v1,
IVertex v2,
IVertex v3)
|
|
IMesh(IVertex v1,
IVertex v2,
IVertex v3,
IVertex v4)
|
|
| Method Summary | |
|---|---|
IMesh |
add(double x,
double y,
double z)
ITransformable methods |
IMesh |
add(double f,
IVecI v)
scale add alias |
IMesh |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMesh |
add(IDoubleI f,
IVecI v)
scale add alias |
IMesh |
add(IVecI v)
|
IMesh |
add(IVecI v,
double f)
scale add |
IMesh |
add(IVecI v,
IDoubleI f)
scale add |
IMesh |
addFace(IFace f)
|
IMesh |
close()
only setting value to closed. |
IMesh |
clr(java.awt.Color c)
|
IMesh |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IMesh |
clr(double dgray)
|
IMesh |
clr(double dgray,
double dalpha)
|
IMesh |
clr(double dr,
double dg,
double db)
|
IMesh |
clr(double dr,
double dg,
double db,
double da)
|
IMesh |
clr(float fgray)
|
IMesh |
clr(float fgray,
float falpha)
|
IMesh |
clr(float fr,
float fg,
float fb)
|
IMesh |
clr(float fr,
float fg,
float fb,
float fa)
|
IMesh |
clr(int gray)
|
IMesh |
clr(int gray,
int alpha)
|
IMesh |
clr(int r,
int g,
int b)
|
IMesh |
clr(int r,
int g,
int b,
int a)
|
IMesh |
cp()
cp() is alias of dup() |
IMesh |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IMesh |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMesh |
cp(IVecI v)
|
IGraphicObject |
createGraphic(IGraphicMode m)
|
IMesh |
div(double v)
|
IMesh |
div(IDoubleI v)
|
IMesh |
dup()
duplicate object |
IEdge |
edge(IIntegerI i)
|
IEdge |
edge(int i)
|
int |
edgeNum()
|
int |
edgeNum(ISwitchE e)
|
IIntegerI |
edgeNum(ISwitchR r)
|
IFace |
face(IIntegerI i)
|
IFace |
face(int i)
|
int |
faceNum()
|
int |
faceNum(ISwitchE e)
|
IIntegerI |
faceNum(ISwitchR r)
|
IMesh |
flip()
alias of neg |
IMeshGeo |
get()
|
IMesh |
hide()
|
IMesh |
hsb(double h,
double s,
double b)
|
IMesh |
hsb(double h,
double s,
double b,
double a)
|
IMesh |
hsb(float h,
float s,
float b)
|
IMesh |
hsb(float h,
float s,
float b,
float a)
|
void |
initMesh(IServerI s)
|
boolean |
isClosed()
|
boolean |
isValid()
checking parameters validity. |
static IMesh |
join(IMesh[] meshes)
extract all points and connect if it's at same location and create a new mesh. |
IMesh |
layer(ILayer l)
Set layer by ILayer object |
IMesh |
mirror(IVecI planeDir)
mirror is alias of ref |
IMesh |
mirror(IVecI center,
IVecI planeDir)
|
IMesh |
mul(double v)
|
IMesh |
mul(IDoubleI v)
|
IMesh |
mv(double x,
double y,
double z)
mv() is alias of add() |
IMesh |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMesh |
mv(IVecI v)
|
IMesh |
name(java.lang.String nm)
|
IMesh |
neg()
|
IMesh |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IMesh |
ref(IVecI center,
IVecI planeDir)
|
IMesh |
rev()
alias of neg |
IMesh |
rot(double angle)
|
IMesh |
rot(IDoubleI angle)
rotation around z-axis and origin |
IMesh |
rot(IVecI axis,
double angle)
|
IMesh |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IMesh |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IMesh |
rot(IVecI center,
IVecI axis,
double angle)
|
IMesh |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IMesh |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IMesh |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IMesh |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IMesh |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IMesh |
rot2(IVecI center,
double angle)
|
IMesh |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IMesh |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IMesh |
scale(double f)
|
IMesh |
scale(IDoubleI f)
alias of mul |
IMesh |
scale(IVecI center,
double f)
|
IMesh |
scale(IVecI center,
IDoubleI f)
|
IMesh |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IMesh |
scale1d(IVecI axis,
IDoubleI f)
|
IMesh |
scale1d(IVecI center,
IVecI axis,
double f)
|
IMesh |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IMesh |
setColor(java.awt.Color c)
|
IMesh |
setColor(java.awt.Color c,
int alpha)
|
IMesh |
setColor(double dgray)
|
IMesh |
setColor(double dgray,
double dalpha)
|
IMesh |
setColor(double dr,
double dg,
double db)
|
IMesh |
setColor(double dr,
double dg,
double db,
double da)
|
IMesh |
setColor(float fgray)
|
IMesh |
setColor(float fgray,
float falpha)
|
IMesh |
setColor(float fr,
float fg,
float fb)
|
IMesh |
setColor(float fr,
float fg,
float fb,
float fa)
|
IMesh |
setColor(int gray)
|
IMesh |
setColor(int gray,
int alpha)
|
IMesh |
setColor(int r,
int g,
int b)
|
IMesh |
setColor(int r,
int g,
int b,
int a)
|
IMesh |
setHSBColor(double h,
double s,
double b)
|
IMesh |
setHSBColor(double h,
double s,
double b,
double a)
|
IMesh |
setHSBColor(float h,
float s,
float b)
|
IMesh |
setHSBColor(float h,
float s,
float b,
float a)
|
IMesh |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IMesh |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IMesh |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IMesh |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IMesh |
shearXY(double sxy,
double syx)
|
IMesh |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IMesh |
shearXY(IVecI center,
double sxy,
double syx)
|
IMesh |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IMesh |
shearYZ(double syz,
double szy)
|
IMesh |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IMesh |
shearYZ(IVecI center,
double syz,
double szy)
|
IMesh |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IMesh |
shearZX(double szx,
double sxz)
|
IMesh |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IMesh |
shearZX(IVecI center,
double szx,
double sxz)
|
IMesh |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IMesh |
show()
|
IMesh |
sub(double x,
double y,
double z)
|
IMesh |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMesh |
sub(IVecI v)
|
IMesh |
transform(IMatrix3I mat)
|
IMesh |
transform(IMatrix4I mat)
|
IMesh |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IMesh |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IMesh |
translate(double x,
double y,
double z)
translate() is alias of add() |
IMesh |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IMesh |
translate(IVecI v)
|
IVertex |
vertex(IIntegerI i)
|
IVertex |
vertex(int i)
|
int |
vertexNum()
|
int |
vertexNum(ISwitchE e)
|
IIntegerI |
vertexNum(ISwitchR r)
|
| Methods inherited from class igeo.IObject |
|---|
addDynamics, alpha, alphaInt, attr, attr, blue, blueInt, clearDynamics, clearGraphics, clr, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, updateGraphic, visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IMeshGeo mesh
| Constructor Detail |
|---|
public IMesh()
public IMesh(IServerI s)
public IMesh(IMeshGeo m)
public IMesh(IServerI s,
IMeshGeo m)
public IMesh(IMesh m)
public IMesh(IServerI s,
IMesh m)
public IMesh(IServerI s,
java.util.ArrayList<ICurveI> lines)
public IMesh(java.util.ArrayList<ICurveI> lines)
public IMesh(IServerI s,
java.util.ArrayList<ICurveI> lines,
IMeshType creator)
public IMesh(java.util.ArrayList<ICurveI> lines,
IMeshType creator)
public IMesh(IServerI s,
IVec[][] matrix)
public IMesh(IVec[][] matrix)
public IMesh(IServerI s,
IVec[][] matrix,
boolean triangulateDir)
public IMesh(IVec[][] matrix,
boolean triangulateDir)
public IMesh(IServerI s,
IVec[][] matrix,
boolean triangulateDir,
IMeshType creator)
public IMesh(IVec[][] matrix,
boolean triangulateDir,
IMeshType creator)
public IMesh(IServerI s,
IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir)
public IMesh(IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir)
public IMesh(IServerI s,
IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir,
IMeshType creator)
public IMesh(IVec[][] matrix,
int unum,
int vnum,
boolean triangulateDir,
IMeshType creator)
public IMesh(IServerI s,
java.util.ArrayList<IVertex> v,
java.util.ArrayList<IEdge> e,
java.util.ArrayList<IFace> f)
public IMesh(java.util.ArrayList<IVertex> v,
java.util.ArrayList<IEdge> e,
java.util.ArrayList<IFace> f)
public IMesh(IServerI s,
IVertex[] vtx,
IEdge[] edg,
IFace[] fcs)
public IMesh(IVertex[] vtx,
IEdge[] edg,
IFace[] fcs)
public IMesh(IServerI s,
IVec[] vert)
public IMesh(IVec[] vert)
public IMesh(IServerI s,
IVertex[] vert)
public IMesh(IVertex[] vert)
public IMesh(IServerI s,
IVertex v1,
IVertex v2,
IVertex v3)
public IMesh(IVertex v1,
IVertex v2,
IVertex v3)
public IMesh(IServerI s,
IVertex v1,
IVertex v2,
IVertex v3,
IVertex v4)
public IMesh(IVertex v1,
IVertex v2,
IVertex v3,
IVertex v4)
public IMesh(IServerI s,
IVecI v1,
IVecI v2,
IVecI v3)
public IMesh(IVecI v1,
IVecI v2,
IVecI v3)
public IMesh(IServerI s,
IVecI v1,
IVecI v2,
IVecI v3,
IVecI v4)
public IMesh(IVecI v1,
IVecI v2,
IVecI v3,
IVecI v4)
public IMesh(IServerI s,
double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3)
public IMesh(double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3)
public IMesh(IServerI s,
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 IMesh(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 IMesh(IServerI s,
IFace[] fcs)
public IMesh(IFace[] fcs)
| Method Detail |
|---|
public IMeshGeo get()
get in interface IMeshIpublic IMesh dup()
IObject
dup in interface IMeshIdup in interface ITransformabledup in class IObjectpublic boolean isValid()
IObject
isValid in interface IMeshIisValid in class IObjectpublic void initMesh(IServerI s)
public IGraphicObject createGraphic(IGraphicMode m)
createGraphic in class IObjectpublic int vertexNum()
vertexNum in interface IMeshIpublic int edgeNum()
edgeNum in interface IMeshIpublic int faceNum()
faceNum in interface IMeshIpublic int vertexNum(ISwitchE e)
vertexNum in interface IMeshIpublic int edgeNum(ISwitchE e)
edgeNum in interface IMeshIpublic int faceNum(ISwitchE e)
faceNum in interface IMeshIpublic IIntegerI vertexNum(ISwitchR r)
vertexNum in interface IMeshIpublic IIntegerI edgeNum(ISwitchR r)
edgeNum in interface IMeshIpublic IIntegerI faceNum(ISwitchR r)
faceNum in interface IMeshIpublic IVertex vertex(int i)
vertex in interface IMeshIpublic IEdge edge(int i)
edge in interface IMeshIpublic IFace face(int i)
face in interface IMeshIpublic IVertex vertex(IIntegerI i)
vertex in interface IMeshIpublic IEdge edge(IIntegerI i)
edge in interface IMeshIpublic IFace face(IIntegerI i)
face in interface IMeshIpublic IMesh addFace(IFace f)
public IMesh name(java.lang.String nm)
name in class IObjectpublic IMesh layer(ILayer l)
IObject
layer in class IObjectpublic IMesh hide()
hide in class IObjectpublic IMesh show()
show in class IObjectpublic IMesh clr(java.awt.Color c)
clr in class IObject
public IMesh clr(java.awt.Color c,
int alpha)
IObject
clr in class IObjectpublic IMesh clr(int gray)
clr in class IObjectpublic IMesh clr(float fgray)
clr in class IObjectpublic IMesh clr(double dgray)
clr in class IObject
public IMesh clr(int gray,
int alpha)
clr in class IObject
public IMesh clr(float fgray,
float falpha)
clr in class IObject
public IMesh clr(double dgray,
double dalpha)
clr in class IObject
public IMesh clr(int r,
int g,
int b)
clr in class IObject
public IMesh clr(float fr,
float fg,
float fb)
clr in class IObject
public IMesh clr(double dr,
double dg,
double db)
clr in class IObject
public IMesh clr(int r,
int g,
int b,
int a)
clr in class IObject
public IMesh clr(float fr,
float fg,
float fb,
float fa)
clr in class IObject
public IMesh clr(double dr,
double dg,
double db,
double da)
clr in class IObject
public IMesh hsb(float h,
float s,
float b,
float a)
hsb in class IObject
public IMesh hsb(double h,
double s,
double b,
double a)
hsb in class IObject
public IMesh hsb(float h,
float s,
float b)
hsb in class IObject
public IMesh hsb(double h,
double s,
double b)
hsb in class IObjectpublic IMesh setColor(java.awt.Color c)
setColor in class IObject
public IMesh setColor(java.awt.Color c,
int alpha)
setColor in class IObjectpublic IMesh setColor(int gray)
setColor in class IObjectpublic IMesh setColor(float fgray)
setColor in class IObjectpublic IMesh setColor(double dgray)
setColor in class IObject
public IMesh setColor(int gray,
int alpha)
setColor in class IObject
public IMesh setColor(float fgray,
float falpha)
setColor in class IObject
public IMesh setColor(double dgray,
double dalpha)
setColor in class IObject
public IMesh setColor(int r,
int g,
int b)
setColor in class IObject
public IMesh setColor(float fr,
float fg,
float fb)
setColor in class IObject
public IMesh setColor(double dr,
double dg,
double db)
setColor in class IObject
public IMesh setColor(int r,
int g,
int b,
int a)
setColor in class IObject
public IMesh setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IObject
public IMesh setColor(double dr,
double dg,
double db,
double da)
setColor in class IObject
public IMesh setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IObject
public IMesh setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IObject
public IMesh setHSBColor(float h,
float s,
float b)
setHSBColor in class IObject
public IMesh setHSBColor(double h,
double s,
double b)
setHSBColor in class IObjectpublic static IMesh join(IMesh[] meshes)
public IMesh close()
close in interface IMeshIpublic boolean isClosed()
isClosed in interface IMeshI
public IMesh add(double x,
double y,
double z)
add in interface ITransformable
public IMesh add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformablepublic IMesh add(IVecI v)
add in interface ITransformable
public IMesh sub(double x,
double y,
double z)
sub in interface ITransformable
public IMesh sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablepublic IMesh sub(IVecI v)
sub in interface ITransformablepublic IMesh mul(IDoubleI v)
mul in interface ITransformablepublic IMesh mul(double v)
mul in interface ITransformablepublic IMesh div(IDoubleI v)
div in interface ITransformablepublic IMesh div(double v)
div in interface ITransformablepublic IMesh neg()
neg in interface ITransformablepublic IMesh rev()
public IMesh flip()
flip in interface ITransformable
public IMesh add(IVecI v,
double f)
add in interface ITransformable
public IMesh add(IVecI v,
IDoubleI f)
add in interface ITransformable
public IMesh add(double f,
IVecI v)
add in interface ITransformable
public IMesh add(IDoubleI f,
IVecI v)
add in interface ITransformablepublic IMesh rot(IDoubleI angle)
rot in interface ITransformablepublic IMesh rot(double angle)
rot in interface ITransformable
public IMesh rot(IVecI axis,
IDoubleI angle)
rot in interface ITransformable
public IMesh rot(IVecI axis,
double angle)
rot in interface ITransformable
public IMesh rot(IVecI center,
IVecI axis,
IDoubleI angle)
rot in interface ITransformable
public IMesh rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformable
public IMesh rot(IVecI axis,
IVecI destDir)
rot in interface ITransformable
public IMesh rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ITransformablepublic IMesh rot2(IDoubleI angle)
rot2 in interface ITransformablepublic IMesh rot2(double angle)
rot2 in interface ITransformable
public IMesh rot2(IVecI center,
IDoubleI angle)
rot2 in interface ITransformable
public IMesh rot2(IVecI center,
double angle)
rot2 in interface ITransformablepublic IMesh rot2(IVecI destDir)
rot2 in interface ITransformable
public IMesh rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablepublic IMesh scale(IDoubleI f)
scale in interface ITransformablepublic IMesh scale(double f)
scale in interface ITransformable
public IMesh scale(IVecI center,
IDoubleI f)
scale in interface ITransformable
public IMesh scale(IVecI center,
double f)
scale in interface ITransformable
public IMesh scale1d(IVecI axis,
double f)
scale1d in interface ITransformable
public IMesh scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ITransformable
public IMesh scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformable
public IMesh scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablepublic IMesh ref(IVecI planeDir)
ref in interface ITransformable
public IMesh ref(IVecI center,
IVecI planeDir)
ref in interface ITransformablepublic IMesh mirror(IVecI planeDir)
mirror in interface ITransformable
public IMesh mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformable
public IMesh shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformable
public IMesh shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformable
public IMesh shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformable
public IMesh shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformable
public IMesh shearXY(double sxy,
double syx)
shearXY in interface ITransformable
public IMesh shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformable
public IMesh shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformable
public IMesh shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformable
public IMesh shearYZ(double syz,
double szy)
shearYZ in interface ITransformable
public IMesh shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformable
public IMesh shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformable
public IMesh shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformable
public IMesh shearZX(double szx,
double sxz)
shearZX in interface ITransformable
public IMesh shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformable
public IMesh shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformable
public IMesh shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformable
public IMesh mv(double x,
double y,
double z)
mv in interface ITransformable
public IMesh mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablepublic IMesh mv(IVecI v)
mv in interface ITransformablepublic IMesh cp()
cp in interface ITransformablecp in class IObject
public IMesh cp(double x,
double y,
double z)
cp in interface ITransformable
public IMesh cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablepublic IMesh cp(IVecI v)
cp in interface ITransformable
public IMesh translate(double x,
double y,
double z)
translate in interface ITransformable
public IMesh translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ITransformablepublic IMesh translate(IVecI v)
translate in interface ITransformablepublic IMesh transform(IMatrix3I mat)
transform in interface ITransformablepublic IMesh transform(IMatrix4I mat)
transform in interface ITransformable
public IMesh transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformable
public IMesh 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 | ||||||||