com.jme3.bullet.collision.shapes
クラス ConeCollisionShape

java.lang.Object
  上位を拡張 com.jme3.bullet.collision.shapes.CollisionShape
      上位を拡張 com.jme3.bullet.collision.shapes.ConeCollisionShape
すべての実装されたインタフェース:
Savable

public class ConeCollisionShape
extends CollisionShape


コンストラクタの概要
ConeCollisionShape()
           
ConeCollisionShape(float radius, float height)
           
ConeCollisionShape(float radius, float height, int axis)
           
 
メソッドの概要
 float getRadius()
           
 void read(JmeImporter im)
           
 void write(JmeExporter ex)
           
 
クラス com.jme3.bullet.collision.shapes.CollisionShape から継承されたメソッド
calculateLocalInertia, getCShape, getMargin, getScale, setCShape, setMargin, setScale
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConeCollisionShape

public ConeCollisionShape()

ConeCollisionShape

public ConeCollisionShape(float radius,
                          float height,
                          int axis)

ConeCollisionShape

public ConeCollisionShape(float radius,
                          float height)
メソッドの詳細

getRadius

public float getRadius()

write

public void write(JmeExporter ex)
           throws java.io.IOException
定義:
インタフェース Savable 内の write
オーバーライド:
クラス CollisionShape 内の write
例外:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
定義:
インタフェース Savable 内の read
オーバーライド:
クラス CollisionShape 内の read
例外:
java.io.IOException