|
|||||||||
| 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.AbstractPoint
org.jscience.mathematics.geometry.Point1D
public abstract class Point1D
�P�����̓_��\����?ۃN���X?B
Vector1D,
Serialized Form| Field Summary | |
|---|---|
static Point1D |
origin
�P�����̌��_ (0)? |
| Constructor Summary | |
|---|---|
protected |
Point1D()
�I�u�W�F�N�g��? |
| Method Summary | |
|---|---|
Point1D |
add(Vector1D vector)
���̓_�ɗ^����ꂽ�x�N�g���𑫂����_��Ԃ�? |
int |
dimension()
������Ԃ�? |
Point1D |
divide(double scale)
���̓_��^����ꂽ�X�P? |
boolean |
identical(Point1D mate)
�Q�_�̓���? |
boolean |
is1D()
�P�������ۂ���Ԃ� ? |
Point1D |
linearInterpolate(Point1D mate,
double weightForThis)
���̓_�Ɨ^����ꂽ�_��? |
Point1D |
midPoint(Point1D mate)
���̓_�Ɨ^����ꂽ�_�̒��_��Ԃ�? |
Point1D |
multiply(double scale)
���̓_�ɗ^����ꂽ�X�P? |
static CartesianPoint1D |
of(double x)
CartesianPoint1D �̃C���X�^���X��? |
Point1D |
subtract(Vector1D vector)
���̓_����^����ꂽ�x�N�g�����_��Ԃ�? |
Vector1D |
toVector1D()
���̓_��P�����̃x�N�g�� (Vector1D) �ɕϊ�����? |
abstract double |
x()
�_�� X ? |
| Methods inherited from class org.jscience.mathematics.geometry.AbstractPoint |
|---|
isPoint |
| Methods inherited from class org.jscience.mathematics.geometry.GeometryElement |
|---|
getClassName, getToleranceForAngle, getToleranceForAngleAsObject, getToleranceForDistance, getToleranceForDistance2, getToleranceForDistanceAsObject, getToleranceForParameter, getToleranceForParameterAsObject, getToleranceForRealNumber, getToleranceForRealNumberAsObject, is2D, is3D, isCurve, isFreeform, isParametric, isPlacement, isSurface, isTransformationOperator, isVector, makeIndent, output, output |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Point1D origin
| Constructor Detail |
|---|
protected Point1D()
| Method Detail |
|---|
public int dimension()
dimension in class GeometryElementpublic boolean is1D()
is1D in class GeometryElementtruepublic abstract double x()
public Point1D add(Vector1D vector)
vector - �_�ɑ����x�N�g��
public Point1D subtract(Vector1D vector)
vector - �_�����x�N�g��
public Point1D multiply(double scale)
scale - �X�P?[��
public Point1D divide(double scale)
scale - �X�P?[��
public Point1D linearInterpolate(Point1D mate,
double weightForThis)
mate - ?�`��Ԃ̑���ƂȂ�_weightForThis - ��?g�ɑ���?d�� (����ɑ���?d�݂� 1 - weightForThis)
public Point1D midPoint(Point1D mate)
mate - ���_��?�߂鑊��ƂȂ�_
public boolean identical(Point1D mate)
mate - ����̑�?ۂƂȂ�_
ConditionOfOperationpublic Vector1D toVector1D()
public static CartesianPoint1D of(double x)
x - X ?���
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||