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

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFMarker
すべての実装されたインタフェース:
PFIGeometry

public class PFMarker
extends java.lang.Object
implements PFIGeometry

マーカークラス


コンストラクタの概要
PFMarker()
          コンストラクタ
 
メソッドの概要
 javax.vecmath.Point3f getVertex()
          配置点の取得
 void setVertex(javax.vecmath.Point3f vertex)
          配置点の設定
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFMarker

public PFMarker()
コンストラクタ

メソッドの詳細

setVertex

public void setVertex(javax.vecmath.Point3f vertex)
配置点の設定

パラメータ:
vertex - 配置点座標

getVertex

public javax.vecmath.Point3f getVertex()
配置点の取得

戻り値:
配置点座標