Uses of Class
com.jme3.math.AbstractTriangle

Packages that use AbstractTriangle
com.jme3.math The com.jme3.math package provides mathematic data structures and utilities which are used by the rest of the engine. 
 

Uses of AbstractTriangle in com.jme3.math
 

Subclasses of AbstractTriangle in com.jme3.math
 class Triangle
          Triangle defines an object for containing triangle information.
 

Methods in com.jme3.math with parameters of type AbstractTriangle
 void Plane.setPlanePoints(AbstractTriangle t)
          Initialize this plane using the three points of the given triangle.