jp.go.ipa.jgcl
クラス JgclHomogeneousPoint1D

java.lang.Object
  |
  +--jp.go.ipa.jgcl.JgclGeometry
        |
        +--jp.go.ipa.jgcl.JgclPoint
              |
              +--jp.go.ipa.jgcl.JgclPoint1D
                    |
                    +--jp.go.ipa.jgcl.JgclHomogeneousPoint1D
すべての実装インタフェース:
java.io.Serializable

public class JgclHomogeneousPoint1D
extends JgclPoint1D

1次元:各座標値が定数で定義された3次元の同次座標点を表すクラス。

バージョン:
$Revision: 1.17 $, $Date: 2000/04/26 09:38:57 $
作成者:
Information-technology Promotion Agency, Japan
関連項目:
JgclCartesianPoint1D, 直列化された形式

クラス jp.go.ipa.jgcl.JgclPoint1D から継承したフィールド
origin
 
コンストラクタの概要
JgclHomogeneousPoint1D(double wx, double w)
          WX/W で定義されるオブジェクトを構築する。
 
メソッドの概要
protected  void output(java.io.PrintWriter writer, int indent)
          出力ストリームに形状情報を出力する。
 double w()
          W 座標値を返す。
 double wx()
          WX 座標値を返す。
 double x()
          X 座標値を返す。
 
クラス jp.go.ipa.jgcl.JgclPoint1D から継承したメソッド
add, dimension, divide, identical, is1D, linearInterpolate, midPoint, multiply, of, subtract, toVector1D
 
クラス jp.go.ipa.jgcl.JgclPoint から継承したメソッド
isPoint
 
クラス jp.go.ipa.jgcl.JgclGeometry から継承したメソッド
getClassName, getToleranceForAngle, getToleranceForAngleAsObject, getToleranceForDistance, getToleranceForDistance2, getToleranceForDistanceAsObject, getToleranceForParameter, getToleranceForParameterAsObject, getToleranceForRealNumber, getToleranceForRealNumberAsObject, is2D, is3D, isCurve, isFreeform, isParametric, isPlacement, isSurface, isTransformationOperator, isVector, makeIndent, output
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JgclHomogeneousPoint1D

public JgclHomogeneousPoint1D(double wx,
                              double w)
WX/W で定義されるオブジェクトを構築する。
パラメータ:
wx - WX 座標値
w - W 座標値
メソッドの詳細

x

public double x()
X 座標値を返す。
オーバーライド:
クラス JgclPoint1D 内の x
戻り値:
X 座標値

wx

public double wx()
WX 座標値を返す。
戻り値:
WX 座標値

w

public double w()
W 座標値を返す。
戻り値:
W 座標値

output

protected void output(java.io.PrintWriter writer,
                      int indent)
出力ストリームに形状情報を出力する。
オーバーライド:
クラス JgclGeometry 内の output
パラメータ:
writer - PrintWriter
indent - インデントの深さ
関連項目:
JgclGeometry