クラス
com.jme3.math.AbstractTriangle の使用

AbstractTriangle を使用しているパッケージ
com.jme3.math The com.jme3.math package provides mathematic data structures and utilities which are used by the rest of the engine. 
 

com.jme3.math での AbstractTriangle の使用
 

com.jme3.math での AbstractTriangle のサブクラス
 class Triangle
          Triangle defines a object for containing triangle information.
 

AbstractTriangle 型のパラメータを持つ com.jme3.math のメソッド
 void Plane.setPlanePoints(AbstractTriangle t)
          Initialize this plane using the three points of the given triangle.