org.vrforcad
Class PaintVertex

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

public class PaintVertex
extends java.lang.Object

This class get the collision detection using SegmentRay and perform the painting operation. and perform the TOUCH operation.

Version:
1.1
Author:
Daniel Cioi

Constructor Summary
PaintVertex()
           
 
Method Summary
static void checkCollision(javax.vecmath.Point3d pozitieI, javax.vecmath.Point3d pozitieF)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaintVertex

public PaintVertex()
Method Detail

checkCollision

public static void checkCollision(javax.vecmath.Point3d pozitieI,
                                  javax.vecmath.Point3d pozitieF)