org.vrforcad
Class DeformTheModel

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

public class DeformTheModel
extends java.lang.Object

This class deform the model using SphereDevice. Also can deform the model using mouse to translate de Sphere.

Version:
1.1
Author:
Daniel Cioi

Field Summary
static int[] values
           
 
Constructor Summary
DeformTheModel()
           
 
Method Summary
static void checkCollision(javax.vecmath.Point3d pozitieI, javax.vecmath.Point3d pozitieF, java.lang.String axa)
           
static void performDeformation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public static int[] values
Constructor Detail

DeformTheModel

public DeformTheModel()
Method Detail

performDeformation

public static void performDeformation()

checkCollision

public static void checkCollision(javax.vecmath.Point3d pozitieI,
                                  javax.vecmath.Point3d pozitieF,
                                  java.lang.String axa)