iicm.vrml.vrwave
Class VHitpoint

java.lang.Object
  |
  +--iicm.utils3d.Hitpoint
        |
        +--iicm.vrml.vrwave.VHitpoint

public class VHitpoint
extends Hitpoint

VHitpoint - extended hit point information Copyright 1998 IICM, Graz University of Technology.


Field Summary
 GroupNode hitparent_
           
 java.util.Vector hitpath_
           
 
Fields inherited from class iicm.utils3d.Hitpoint
hit_trfmat_, hitpoint_, hittime_, normal_, normalobj_, PICK_NORMAL, raydirobj_, raystartobj_, viewingmat_
 
Constructor Summary
VHitpoint(int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hitparent_

public GroupNode hitparent_

hitpath_

public java.util.Vector hitpath_
Constructor Detail

VHitpoint

public VHitpoint(int flags)