com.jme3.math
クラス AbstractTriangle

java.lang.Object
  上位を拡張 com.jme3.math.AbstractTriangle
すべての実装されたインタフェース:
Collidable
直系の既知のサブクラス:
Triangle

public abstract class AbstractTriangle
extends java.lang.Object
implements Collidable


コンストラクタの概要
AbstractTriangle()
           
 
メソッドの概要
 int collideWith(Collidable other, CollisionResults results)
          Check collision with another Collidable.
abstract  Vector3f get1()
           
abstract  Vector3f get2()
           
abstract  Vector3f get3()
           
abstract  void set(Vector3f v1, Vector3f v2, Vector3f v3)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractTriangle

public AbstractTriangle()
メソッドの詳細

get1

public abstract Vector3f get1()

get2

public abstract Vector3f get2()

get3

public abstract Vector3f get3()

set

public abstract void set(Vector3f v1,
                         Vector3f v2,
                         Vector3f v3)

collideWith

public int collideWith(Collidable other,
                       CollisionResults results)
インタフェース Collidable の記述:
Check collision with another Collidable.

定義:
インタフェース Collidable 内の collideWith
パラメータ:
other - The object to check collision against
results - Will contain the list of CollisionResults.
戻り値:
how many collisions were found between this and other