|
|||||||||
| 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.BoundedLine3D
public class BoundedLine3D
�R���� : ?��\���N���X?B
?��?A �n�_��?W�l spnt �� ?I�_��?W�l epnt �Œ�`�����?B ?�͔���I�ȗL��?��?A���̃p���??[�^��`��� [0, 1] �ƂȂ�?B t ��p���??[�^�Ƃ���?� P(t) �̃p���?�g���b�N�\����?A�ȉ��̒ʂ�?B
P(t) = (1 - t) * spnt + t * epnt
| Constructor Summary | |
|---|---|
BoundedLine3D(Point3D spnt,
Point3D epnt)
�n�_��? |
|
BoundedLine3D(Point3D spnt,
Vector3D dir)
�n�_��? |
|
| Methods inherited from class org.jscience.mathematics.geometry.BoundedCurve3D |
|---|
endPoint, startPoint, toBsplineCurve, toPolyline |
| Methods inherited from class org.jscience.mathematics.geometry.ParametricCurve3D |
|---|
checkProjection, dimension, hasPolyline, identicalParameter, is3D, isComposedOfOnlyPolylines, 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, isFreeform, 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 BoundedLine3D(Point3D spnt,
Point3D epnt)
spnt - �n�_epnt - ?I�_Point3D.identical(Point3D),
InvalidArgumentValueException
public BoundedLine3D(Point3D spnt,
Vector3D dir)
spnt - �n�_dir - �n�_����?I�_�܂ł̃x�N�g��InvalidArgumentValueException| Method Detail |
|---|
public Point3D spnt()
public Point3D epnt()
public double length(ParameterSection pint)
length in class AbstractParametricCurvepint - ��?�̒�����?�߂�p���??[�^���
ParameterOutOfRangepublic double length()
length in class BoundedCurve3Dpublic Point3D coordinates(double param)
coordinates in class ParametricCurve3Dparam - �p���??[�^�l
ParameterOutOfRangepublic Vector3D tangentVector(double param)
tangentVector in class ParametricCurve3Dparam - �p���??[�^�l
public CurveCurvature3D curvature(double param)
curvature in class ParametricCurve3Dparam - �p���??[�^�l
public double torsion(double param)
torsion in class ParametricCurve3Dparam - �p���??[�^�l
public CurveDerivative3D evaluation(double param)
evaluation in class ParametricCurve3Dparam - �p���??[�^�l
public PointOnCurve3D[] singular()
singular in class ParametricCurve3Dpublic PointOnCurve3D[] inflexion()
inflexion in class ParametricCurve3Dpublic PointOnCurve3D[] projectFrom(Point3D point)
projectFrom in class ParametricCurve3Dpoint - ���e���̓_
project1From(Point3D)public PointOnCurve3D project1From(Point3D point)
point - ���e���̓_
projectFrom(Point3D)
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 Line3D toLine()
public Vector3D unitizedDirection()
public IntersectionPoint3D[] intersect(ParametricCurve3D mate)
intersect in class ParametricCurve3Dmate - ���̋�?�
UnsupportedOperationExceptionpublic IntersectionPoint3D[] intersect(ParametricSurface3D mate)
intersect in class ParametricCurve3Dmate - ���̋Ȗ�
UnsupportedOperationExceptionpublic CurveCurveInterference3D interfere1(BoundedLine3D mate)
mate - ����?�
public CurveCurveInterference3D[] interfere(BoundedCurve3D mate)
interfere in class BoundedCurve3Dmate - ���̋�?�
public IntersectionPoint3D intersect1(BoundedLine3D mate)
throws IndefiniteSolutionException
mate - ����?�
IndefiniteSolutionException - ��?�I?[�o?[���b�v������public ParametricCurve3D parallelTranslate(Vector3D moveVec)
parallelTranslate in class ParametricCurve3DmoveVec - ��?s�ړ��̕��Ɨʂ�\���x�N�g��
public BoundedLine3D reverse()
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 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 | ||||||||