|
|||||||||
| 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.ParametricCurve2D
org.jscience.mathematics.geometry.BoundedCurve2D
org.jscience.mathematics.geometry.BoundedLine2D
public class BoundedLine2D
�Q���� : ?��\���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 | |
|---|---|
BoundedLine2D(Point2D spnt,
Point2D epnt)
�n�_��? |
|
BoundedLine2D(Point2D spnt,
Vector2D dir)
�n�_��? |
|
| Methods inherited from class org.jscience.mathematics.geometry.BoundedCurve2D |
|---|
endPoint, fillet, offsetByBoundedCurve, offsetByBsplineCurve, startPoint, toBsplineCurve, toPolyline |
| Methods inherited from class org.jscience.mathematics.geometry.ParametricCurve2D |
|---|
checkProjection, dimension, fillet, hasPolyline, identicalParameter, is2D, 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, is3D, 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 BoundedLine2D(Point2D spnt,
Point2D epnt)
spnt - �n�_epnt - ?I�_Point2D.identical(Point2D),
InvalidArgumentValueException
public BoundedLine2D(Point2D spnt,
Vector2D dir)
spnt - �n�_dir - �n�_����?I�_�܂ł̃x�N�g��InvalidArgumentValueException| Method Detail |
|---|
public Point2D spnt()
public Point2D epnt()
public double length(ParameterSection pint)
length in class AbstractParametricCurvepint - ��?�̒�����?�߂�p���??[�^���
ParameterOutOfRangepublic double length()
length in class BoundedCurve2Dpublic Point2D coordinates(double param)
coordinates in class ParametricCurve2Dparam - �p���??[�^�l
ParameterOutOfRangepublic Vector2D tangentVector(double param)
tangentVector in class ParametricCurve2Dparam - �p���??[�^�l
public CurveCurvature2D curvature(double param)
curvature in class ParametricCurve2Dparam - �p���??[�^�l
public CurveDerivative2D evaluation(double param)
evaluation in class ParametricCurve2Dparam - �p���??[�^�l
public PointOnCurve2D[] singular()
singular in class ParametricCurve2Dpublic PointOnCurve2D[] inflexion()
inflexion in class ParametricCurve2Dpublic PointOnCurve2D[] projectFrom(Point2D point)
projectFrom in class ParametricCurve2Dpoint - ���e���̓_
project1From(Point2D)public PointOnCurve2D project1From(Point2D point)
point - ���e���̓_
projectFrom(Point2D)
public Polyline2D toPolyline(ParameterSection pint,
ToleranceForDistance tol)
toPolyline in class ParametricCurve2Dpint - ��?�ߎ�����p���??[�^���tol - �����̋��e��?�
PointOnCurve2Dpublic BsplineCurve2D toBsplineCurve(ParameterSection pint)
toBsplineCurve in class ParametricCurve2Dpint - �L�? Bspline ��?��?�����p���??[�^���
public Line2D toLine()
public Vector2D unitizedDirection()
public IntersectionPoint2D[] intersect(ParametricCurve2D mate)
intersect in class ParametricCurve2Dmate - ���̋�?�
UnsupportedOperationExceptionpublic CurveCurveInterference2D interfere1(BoundedLine2D mate)
mate - ����?�
public CurveCurveInterference2D[] interfere(BoundedCurve2D mate)
interfere in class BoundedCurve2Dmate - ���̋�?�
public IntersectionPoint2D intersect1(BoundedLine2D mate)
throws IndefiniteSolutionException
mate - ����?�
IndefiniteSolutionException - ��?�I?[�o?[���b�v������
public IntersectionPoint2D intersect1AsInfiniteLine(Line2D mate)
throws IndefiniteSolutionException
mate - ���̒�?�
IndefiniteSolutionException - ��?�?d��������
public BsplineCurve2D offsetByBsplineCurve(ParameterSection pint,
double magni,
int side,
ToleranceForDistance tol)
offsetByBsplineCurve in class ParametricCurve2Dpint - �I�t�Z�b�g����p���??[�^���magni - �I�t�Z�b�g��side - �I�t�Z�b�g�̌� (WhichSide.LEFT/RIGHT)tol - �����̋��e��?�
WhichSide
public BoundedCurve2D offsetByBoundedCurve(ParameterSection pint,
double magni,
int side,
ToleranceForDistance tol)
offsetByBoundedCurve in class ParametricCurve2Dpint - �I�t�Z�b�g����p���??[�^���magni - �I�t�Z�b�g��side - �I�t�Z�b�g�̌� (WhichSide.LEFT/RIGHT)tol - �����̋��e��?�
WhichSidepublic CommonTangent2D[] commonTangent(ParametricCurve2D mate)
commonTangent in class ParametricCurve2Dmate - ���̋�?�
java.lang.UnsupportedOperationException - ���܂̂Ƃ���?A������Ȃ��@�\�ł���public CommonNormal2D[] commonNormal(ParametricCurve2D mate)
commonNormal in class ParametricCurve2Dmate - ���̋�?�
java.lang.UnsupportedOperationException - ���܂̂Ƃ���?A������Ȃ��@�\�ł���public BoundedLine2D reverse()
protected ParametricCurve2D doTransformBy(boolean reverseTransform,
CartesianTransformationOperator2D transformationOperator,
java.util.Hashtable transformedGeometries)
doTransformBy in class ParametricCurve2DreverseTransform - �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 | ||||||||