com.jme3.scene
インタフェース CollisionData

すべてのスーパーインタフェース:
java.lang.Cloneable, Savable
既知の実装クラスの一覧:
BIHTree

public interface CollisionData
extends Savable, java.lang.Cloneable

CollisionData is an interface that can be used to do triangle-accurate collision with bounding volumes and rays.


メソッドの概要
 int collideWith(Collidable other, Matrix4f worldMatrix, BoundingVolume worldBound, CollisionResults results)
           
 
インタフェース com.jme3.export.Savable から継承されたメソッド
read, write
 

メソッドの詳細

collideWith

int collideWith(Collidable other,
                Matrix4f worldMatrix,
                BoundingVolume worldBound,
                CollisionResults results)