Implement gravity and velocity vector.
[gravitysimulator.git] / src / edu / mit / ezyang / gravity / j3d / utils / picking / behaviors / PickSelectCallback.java
blob81d9ccafada6272bfc642867b50b5b5878d53501
1 /*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
6 package edu.mit.ezyang.gravity.j3d.utils.picking.behaviors;
8 import com.sun.j3d.utils.geometry.Primitive;
10 /**
12 * @author Edward Z. Yang <ezyang@mit.edu>
14 public interface PickSelectCallback {
15 public void notifyPick(Primitive node);