|
|||||||||
| 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.Point2D
org.jscience.mathematics.geometry.CartesianPoint2D
public class CartesianPoint2D
�Q����?F�e?W�l����?��Œ�`���ꂽ�_��\���N���X?B
HomogeneousPoint2D,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.jscience.mathematics.geometry.Point2D |
|---|
origin |
| Constructor Summary | |
|---|---|
CartesianPoint2D(double[] components)
(components[0], components[1]) �Œ�`�����I�u�W�F�N�g��? |
|
CartesianPoint2D(double x,
double y)
(x, y) �Œ�`�����I�u�W�F�N�g��? |
|
| Method Summary | |
|---|---|
protected Point2D |
doTransformBy(boolean reverseTransform,
CartesianTransformationOperator2D transformationOperator,
java.util.Hashtable transformedGeometries)
���̓_��? |
protected void |
output(java.io.PrintWriter writer,
int indent)
? |
double |
x()
X ? |
double |
y()
Y ? |
| Methods inherited from class org.jscience.mathematics.geometry.Point2D |
|---|
add, center, center, dimension, distance, distance2, divide, identical, is2D, isIn, isInsideOf, isOn, linearInterpolate, longestPoint, longestPoint, midPoint, multiply, of, of, project, reverseTransform, reverseTransformBy, subtract, subtract, toVector2D, transform, transform, transformBy, transformBy |
| 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, is1D, is3D, isCurve, isFreeform, isParametric, isPlacement, 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 CartesianPoint2D(double x,
double y)
x - X ?W�ly - Y ?W�lpublic CartesianPoint2D(double[] components)
components - ?W�l�̔z��| Method Detail |
|---|
public double x()
x in class Point2Dpublic double y()
y in class Point2D
protected Point2D doTransformBy(boolean reverseTransform,
CartesianTransformationOperator2D transformationOperator,
java.util.Hashtable transformedGeometries)
doTransformBy in class Point2DreverseTransform - �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 | ||||||||