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

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

public class PFBoundingSphere
extends java.lang.Object

ポリゴンクラス


コンストラクタの概要
PFBoundingSphere()
          コンストラクタ
 
メソッドの概要
 javax.vecmath.Point3d getCenter()
          中心の取得
 double getRadius()
          半径の取得
 void setCenter(javax.vecmath.Point3d center)
          中心の設定
 void setRadius(double radius)
          半径の設定
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFBoundingSphere

public PFBoundingSphere()
コンストラクタ

メソッドの詳細

setCenter

public void setCenter(javax.vecmath.Point3d center)
中心の設定

パラメータ:
center - 中心座標

getCenter

public javax.vecmath.Point3d getCenter()
中心の取得

戻り値:
center 中心座標

setRadius

public void setRadius(double radius)
半径の設定

パラメータ:
radius - 半径

getRadius

public double getRadius()
半径の取得

戻り値:
radius 半径