com.jme3.math
クラス AbstractTriangle
java.lang.Object
com.jme3.math.AbstractTriangle
- すべての実装されたインタフェース:
- Collidable
- 直系の既知のサブクラス:
- Triangle
public abstract class AbstractTriangle
- extends java.lang.Object
- implements Collidable
クラス 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 againstresults
- Will contain the list of CollisionResult
s.
- 戻り値:
- how many collisions were found between this and other