|
|||||||||
| 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.AbstractVector
org.jscience.mathematics.geometry.Vector1D
public abstract class Vector1D
�P�����̃x�N�g����\����?ۃN���X?B
Point1D,
Serialized Form| Field Summary | |
|---|---|
static Vector1D |
nagativeXUnitVector
�P�����̃O�?? |
static Vector1D |
xUnitVector
�P�����̃O�?? |
static Vector1D |
zeroVector
�P�����̃[�? |
| Constructor Summary | |
|---|---|
protected |
Vector1D()
�I�u�W�F�N�g��? |
protected |
Vector1D(boolean confirmedAsUnitized)
�I�u�W�F�N�g��? |
| Method Summary | |
|---|---|
Vector1D |
add(Vector1D mate)
�x�N�g�����m�̘a��Ԃ�? |
int |
dimension()
������Ԃ�? |
Vector1D |
divide(double scale)
�^����ꂽ�X�P? |
double |
dotProduct(Vector1D mate)
��? |
boolean |
identical(Vector1D mate)
�Q�x�N�g���̓���? |
boolean |
is1D()
�P�������ۂ���Ԃ�? |
double |
length()
�x�N�g���̑傫����Ԃ�? |
double |
magnitude()
�x�N�g���̑傫����Ԃ�? |
Vector1D |
multiply(double scale)
�^����ꂽ�X�P? |
double |
norm()
�x�N�g���̃m������Ԃ�? |
static LiteralVector1D |
of(double x)
LiteralVector1D �̃C���X�^���X��? |
Vector1D |
reverse()
�e? |
Vector1D |
subtract(Vector1D mate)
�x�N�g�����m��? |
Point1D |
toPoint1D()
�P�����̓_ (Point1D) �ɕϊ�����? |
Vector1D |
unitized()
�P�ʉ������x�N�g����Ԃ�? |
abstract double |
x()
�x�N�g���� X ? |
static Vector1D |
xUnitVector()
�P�����̃O�?? |
static Vector1D |
zeroVector()
�P�����̃[�? |
| Methods inherited from class org.jscience.mathematics.geometry.AbstractVector |
|---|
isVector |
| 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, isPoint, isSurface, isTransformationOperator, 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 Vector1D zeroVector
public static final Vector1D xUnitVector
public static final Vector1D nagativeXUnitVector
| Constructor Detail |
|---|
protected Vector1D()
protected Vector1D(boolean confirmedAsUnitized)
confirmedAsUnitized - ?�?����悤�Ƃ���x�N�g����
�P�ʃx�N�g���ł���Ȃ�� true?A
����Ȃ��� false| Method Detail |
|---|
public static Vector1D zeroVector()
public static Vector1D xUnitVector()
public int dimension()
dimension in class GeometryElementpublic boolean is1D()
is1D in class GeometryElementtruepublic abstract double x()
public Vector1D unitized()
public Vector1D reverse()
public double dotProduct(Vector1D mate)
mate - ��?ς��鑊��̃x�N�g��
public Vector1D add(Vector1D mate)
mate - �a���鑊��̃x�N�g��
public Vector1D subtract(Vector1D mate)
mate - ?����鑊��̃x�N�g��
public Vector1D multiply(double scale)
scale - �X�P?[��
public Vector1D divide(double scale)
scale - �X�P?[��
public boolean identical(Vector1D mate)
mate - ����̑�?ۂƂȂ�x�N�g��
ConditionOfOperationpublic double length()
length in class AbstractVectorpublic double magnitude()
magnitude in class AbstractVectorpublic double norm()
norm in class AbstractVectorpublic Point1D toPoint1D()
public static LiteralVector1D of(double x)
x - X ?���
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||