org.vrforcad
Class MoreArrays

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

public class MoreArrays
extends java.lang.Object

This class perform recursive deformation.

Version:
1.5
Author:
Daniel Cioi

Constructor Summary
MoreArrays(float InitialXPickMouse, float InitialYPickMouse, float InitialZPickMouse)
           
 
Method Summary
static void CurentMouseCoordonates(float X_MC, float Y_MC, float Z_MC)
           
static void freeDeform(javax.vecmath.Point3f point, javax.vecmath.Point3f newpoint, boolean step)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreArrays

public MoreArrays(float InitialXPickMouse,
                  float InitialYPickMouse,
                  float InitialZPickMouse)
Method Detail

CurentMouseCoordonates

public static void CurentMouseCoordonates(float X_MC,
                                          float Y_MC,
                                          float Z_MC)

freeDeform

public static void freeDeform(javax.vecmath.Point3f point,
                              javax.vecmath.Point3f newpoint,
                              boolean step)