org.vrforcad
Class FDduplicateSearch

java.lang.Object
  extended by org.vrforcad.FDduplicateSearch

public class FDduplicateSearch
extends java.lang.Object

This class search for duplicate vertices. (because the geometry is not indexed).

Version:
1.2
Author:
Daniel Cioi

Constructor Summary
FDduplicateSearch()
           
FDduplicateSearch(javax.vecmath.Point3f pointDuplicate)
           
 
Method Summary
 int[] getDuplicateVertices(int[] coordsIndex)
          Method to return the indexes of duplicate vertices; useful for Painting.
 int[] pointDuplicateSearch(javax.vecmath.Point3f pointDuplicate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDduplicateSearch

public FDduplicateSearch()

FDduplicateSearch

public FDduplicateSearch(javax.vecmath.Point3f pointDuplicate)
Method Detail

pointDuplicateSearch

public int[] pointDuplicateSearch(javax.vecmath.Point3f pointDuplicate)

getDuplicateVertices

public int[] getDuplicateVertices(int[] coordsIndex)
Method to return the indexes of duplicate vertices; useful for Painting.

Parameters:
coordsIndex -
Returns:
indexInArray