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

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

public class PlaneCollisionShape
extends CollisionShape


コンストラクタの概要
PlaneCollisionShape()
           
PlaneCollisionShape(Plane plane)
          Creates a plane Collision shape
 
メソッドの概要
 Plane getPlane()
           
 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
 

コンストラクタの詳細

PlaneCollisionShape

public PlaneCollisionShape()

PlaneCollisionShape

public PlaneCollisionShape(Plane plane)
Creates a plane Collision shape

パラメータ:
plane - the plane that defines the shape
メソッドの詳細

getPlane

public final Plane getPlane()

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