HomeSort by relevance Sort by last modified time
    Searched refs:computeFromTris (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 111 * <code>computeFromTris</code> creates a new Bounding Box from a given
118 public void computeFromTris(Triangle[] tris, int start, int end) {
148 public void computeFromTris(int[] indices, Mesh mesh, int start, int end) {
    [all...]
BoundingSphere.java 123 * <code>computeFromTris</code> creates a new Bounding Box from a given
130 public void computeFromTris(Triangle[] tris, int start, int end) {
147 // * <code>computeFromTris</code> creates a new Bounding Box from a given
155 // public void computeFromTris(int[] indices, Mesh mesh, int start, int end) {

Completed in 62 milliseconds