jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics
クラス PFLookatPoint

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFLookatPoint

public class PFLookatPoint
extends java.lang.Object

視点・参照点クラス


コンストラクタの概要
PFLookatPoint()
          コンストラクタ
PFLookatPoint(javax.vecmath.Point3d eye, javax.vecmath.Point3d center)
          コンストラクタ
 
メソッドの概要
 javax.vecmath.Point3d getCenter()
          参照点の取得
 javax.vecmath.Point3d getEye()
          視点の取得
 void setCenter(javax.vecmath.Point3d center)
          参照点の設定
 void setEye(javax.vecmath.Point3d eye)
          視点の設定
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFLookatPoint

public PFLookatPoint()
コンストラクタ


PFLookatPoint

public PFLookatPoint(javax.vecmath.Point3d eye,
                     javax.vecmath.Point3d center)
コンストラクタ

パラメータ:
eye - 視点座標
center - 参照点座標
メソッドの詳細

setEye

public void setEye(javax.vecmath.Point3d eye)
視点の設定

パラメータ:
eye - 視点座標

getEye

public javax.vecmath.Point3d getEye()
視点の取得

戻り値:
視点座標

setCenter

public void setCenter(javax.vecmath.Point3d center)
参照点の設定

パラメータ:
center - 参照点座標

getCenter

public javax.vecmath.Point3d getCenter()
参照点の取得

戻り値:
参照点座標