|
|||||||||
| 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.AbstractParametricCurve
org.jscience.mathematics.geometry.ParametricCurve3D
org.jscience.mathematics.geometry.BoundedCurve3D
org.jscience.mathematics.geometry.CompositeCurve3D
public class CompositeCurve3D
�R���� : ��?���?��\���N���X?B
��?���?�Ƃ�?A (�[�_�ŘA������) ����̗L��?��܂Ƃ߂� ��{�̋�?�Ɍ����Ă���̂ł���?B ���̃N���X�̃C���X�^���X��?A
CompositeCurveSegment3D,
Serialized Form| Constructor Summary | |
|---|---|
CompositeCurve3D(BoundedCurve3D[] segments,
boolean[] sense)
�Z�O�? |
|
CompositeCurve3D(CompositeCurveSegment3D[] segments,
boolean periodic)
�Z�O�? |
|
| Methods inherited from class org.jscience.mathematics.geometry.BoundedCurve3D |
|---|
length, toBsplineCurve, toPolyline |
| Methods inherited from class org.jscience.mathematics.geometry.ParametricCurve3D |
|---|
checkProjection, dimension, identicalParameter, is3D, nearestProjectFrom, nearestProjectWithDistanceFrom, pointToParameter, reverseTransformBy, transformBy, transformBy |
| Methods inherited from class org.jscience.mathematics.geometry.AbstractParametricCurve |
|---|
checkValidity, checkValidity, isClosed, isCurve, isFinite, isInfinite, isNonPeriodic, isOpen, isParametric, isPeriodic, isValid, parameterDomain |
| Methods inherited from class org.jscience.mathematics.geometry.GeometryElement |
|---|
getClassName, getToleranceForAngle, getToleranceForAngleAsObject, getToleranceForDistance, getToleranceForDistance2, getToleranceForDistanceAsObject, getToleranceForParameter, getToleranceForParameterAsObject, getToleranceForRealNumber, getToleranceForRealNumberAsObject, is1D, is2D, isPlacement, isPoint, isSurface, 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 CompositeCurve3D(CompositeCurveSegment3D[] segments,
boolean periodic)
segments - ��?���?��?\?�����Z�O�?���g�̔z��periodic - �����`�����ۂ���\���t���O
public CompositeCurve3D(BoundedCurve3D[] segments,
boolean[] sense)
CompositeCurveSegment3D)
��?\�z���邪?A
����?ۂ̊e�Z�O�?���g��?u���̃Z�O�?���g�Ƃ̘A��?�?v�ɂ��Ă�?A
���ꂼ��̋�?�̊I�ȓ�?�����?A�����I�ɔ��f����?B
?Ō�̃Z�O�?���g��?I�_��?�?��̃Z�O�?���g�̎n�_��
��v���Ă��Ȃ���ΊJ�����`��?A
��v���Ă���Ε����`��
�̕�?���?��?\�z����?B
�ׂ�?����Z�O�?���g���I�ɘA���łȂ�?�?��ɂ�
InvalidArgumentValueException �̗�O��?�����?B
segments - ��?���?��?\?�����Z�O�?���g�̕��?�̔z��sense - ��?���?��?\?�����Z�O�?���g�̌���t���O�̔z��CompositeCurveSegment3D,
InvalidArgumentValueException| Method Detail |
|---|
public boolean periodic()
public int nSegments()
public CompositeCurveSegment3D segmentAt(int ith)
ith - �Z�O�?���g�̃C���f�b�N�X
public Point3D startPoint()
startPoint in class BoundedCurve3Dpublic Point3D endPoint()
endPoint in class BoundedCurve3Dpublic double length(ParameterSection pint)
length in class AbstractParametricCurvepint - ��?�̒�����?�߂�p���??[�^���
ParameterOutOfRangepublic Point3D coordinates(double param)
coordinates in class ParametricCurve3Dparam - �p���??[�^�l
AbstractParametricCurve.checkValidity(double),
ParameterOutOfRangepublic Vector3D tangentVector(double param)
tangentVector in class ParametricCurve3Dparam - �p���??[�^�l
AbstractParametricCurve.checkValidity(double),
ParameterOutOfRangepublic CurveCurvature3D curvature(double param)
curvature in class ParametricCurve3Dparam - �p���??[�^�l
AbstractParametricCurve.checkValidity(double),
ParameterOutOfRangepublic double torsion(double param)
torsion in class ParametricCurve3Dparam - �p���??[�^�l
AbstractParametricCurve.checkValidity(double),
ParameterOutOfRangepublic CurveDerivative3D evaluation(double param)
evaluation in class ParametricCurve3Dparam - �p���??[�^�l
AbstractParametricCurve.checkValidity(double),
ParameterOutOfRange
public PointOnCurve3D[] singular()
throws IndefiniteSolutionException
singular in class ParametricCurve3DIndefiniteSolutionException - �⪕s��ł���
public PointOnCurve3D[] inflexion()
throws IndefiniteSolutionException
inflexion in class ParametricCurve3DIndefiniteSolutionException - �⪕s��ł���
public PointOnCurve3D[] projectFrom(Point3D point)
throws IndefiniteSolutionException
projectFrom in class ParametricCurve3Dpoint - ���e���̓_
IndefiniteSolutionException - �⪕s��ł���
public Polyline3D toPolyline(ParameterSection pint,
ToleranceForDistance tol)
toPolyline in class ParametricCurve3Dpint - ��?�ߎ�����p���??[�^���tol - �����̋��e��?�
PointOnCurve3Dpublic BsplineCurve3D toBsplineCurve(ParameterSection pint)
toBsplineCurve in class ParametricCurve3Dpint - �L�? Bspline ��?��?�����p���??[�^���
public IntersectionPoint3D[] intersect(ParametricCurve3D mate)
intersect in class ParametricCurve3Dmate - ���̋�?�
public IntersectionPoint3D[] intersect(ParametricSurface3D mate)
intersect in class ParametricCurve3Dmate - ���̋Ȗ�
public CurveCurveInterference3D[] interfere(BoundedCurve3D mate)
interfere in class BoundedCurve3Dmate - ���̋�?�
public ParametricCurve3D parallelTranslate(Vector3D moveVec)
parallelTranslate in class ParametricCurve3DmoveVec - ��?s�ړ��̕��Ɨʂ�\���x�N�g��
public boolean isFreeform()
isFreeform in class GeometryElement
protected ParametricCurve3D doTransformBy(boolean reverseTransform,
CartesianTransformationOperator3D transformationOperator,
java.util.Hashtable transformedGeometries)
doTransformBy in class ParametricCurve3DreverseTransform - �t�ϊ�����̂ł���� true?A�����łȂ���� falsetransformationOperator - �I�ϊ����Z�qtransformedGeometries - ��ɓ��l�̕ϊ���{�����v�f��܂ރn�b�V���e?[�u��
protected boolean hasPolyline()
hasPolyline in class ParametricCurve3Dprotected boolean isComposedOfOnlyPolylines()
isComposedOfOnlyPolylines in class ParametricCurve3D
protected void output(java.io.PrintWriter writer,
int indent)
output in class GeometryElementwriter - PrintWriterindent - �C���f���g��?[��GeometryElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||