|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jscience.mathematics.geometry.GeometryElement
org.jscience.mathematics.geometry.AbstractNonParametricSurface
org.jscience.mathematics.geometry.NonParametricSurface3D
org.jscience.mathematics.geometry.SetOfTriangles3D
public class SetOfTriangles3D
�R���� : ��q����̎O�p�`��?W?���\���N���X?B
Nested Class Summary | |
---|---|
class |
SetOfTriangles3D.Edge
�O�p�`�̕ӂ�\���Ք�N���X? |
class |
SetOfTriangles3D.Face
����O�p�`��\���Ք�N���X? |
class |
SetOfTriangles3D.Vertex
�O�p�`�̒��_��\���Ք�N���X? |
Constructor Summary | |
---|---|
SetOfTriangles3D(java.util.Enumeration pointsOnSurface)
����Ȗ�? |
|
SetOfTriangles3D(java.util.Enumeration pointsOnSurface,
double xScale,
double yScale)
����Ȗ�? |
|
SetOfTriangles3D(java.util.Enumeration pointsOnSurface,
double xScale,
double yScale,
double radiusScale)
����Ȗ�? |
|
SetOfTriangles3D(Mesh3D mesh)
�i�q? |
Method Summary | |
---|---|
java.util.Enumeration |
edgeElements()
���̎O�p�`��? |
java.util.Enumeration |
faceElements()
���̎O�p�`��? |
int |
getNumberOfEdges()
���̎O�p�`��? |
int |
getNumberOfFaces()
���̎O�p�`��? |
int |
getNumberOfVertices()
���̎O�p�`��? |
boolean |
isFreeform()
���̊v�f�����R�`? |
static void |
main(java.lang.String[] args)
�f�o�b�O�p�? |
protected void |
output(java.io.PrintWriter writer,
int indent)
? |
java.util.Enumeration |
vertexElements()
���̎O�p�`��? |
Methods inherited from class org.jscience.mathematics.geometry.NonParametricSurface3D |
---|
dimension, is3D |
Methods inherited from class org.jscience.mathematics.geometry.AbstractNonParametricSurface |
---|
isSurface |
Methods inherited from class org.jscience.mathematics.geometry.GeometryElement |
---|
getClassName, getToleranceForAngle, getToleranceForAngleAsObject, getToleranceForDistance, getToleranceForDistance2, getToleranceForDistanceAsObject, getToleranceForParameter, getToleranceForParameterAsObject, getToleranceForRealNumber, getToleranceForRealNumberAsObject, is1D, is2D, isCurve, isParametric, isPlacement, isPoint, isTransformationOperator, isVector, makeIndent, output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetOfTriangles3D(Mesh3D mesh)
mesh
- �i�q?�̓_��InvalidArgumentValueException
public SetOfTriangles3D(java.util.Enumeration pointsOnSurface)
pointsOnSurface
- ����Ȗ�?�̃����_���ȓ_�Qpublic SetOfTriangles3D(java.util.Enumeration pointsOnSurface, double xScale, double yScale)
pointsOnSurface
- ����Ȗ�?�̃����_���ȓ_�QxScale
- �O�p�`��?W?���?�?�����?ۂ̂Q����?W�l�� X ?�����?k�ڔ{��yScale
- �O�p�`��?W?���?�?�����?ۂ̂Q����?W�l�� Y ?�����?k�ڔ{��public SetOfTriangles3D(java.util.Enumeration pointsOnSurface, double xScale, double yScale, double radiusScale)
pointsOnSurface
- ����Ȗ�?�̃����_���ȓ_�QxScale
- �O�p�`��?W?���?�?����錳�ƂȂ� Voronoi ?}��?�?�����?ۂ̂Q����?W�l�� X ?�����?k�ڔ{��yScale
- �O�p�`��?W?���?�?����錳�ƂȂ� Voronoi ?}��?�?�����?ۂ̂Q����?W�l�� Y ?�����?k�ڔ{��radiusScale
- �O�p�`��?W?���?�?����錳�ƂȂ� Voronoi ?}��͂މ~�̔��a�̑傫����K�肷��{��Method Detail |
---|
public java.util.Enumeration faceElements()
public java.util.Enumeration vertexElements()
public java.util.Enumeration edgeElements()
public int getNumberOfVertices()
public int getNumberOfFaces()
public int getNumberOfEdges()
public boolean isFreeform()
isFreeform
in class GeometryElement
protected void output(java.io.PrintWriter writer, int indent)
output
in class GeometryElement
writer
- PrintWriterindent
- �C���f���g��?[��GeometryElement
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |