/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package automenta.spacenet.space.geom.physics; import automenta.spacenet.var.scalar.DoubleVar; import com.ardor3d.math.Vector3; /** applies gravity force relative to a point (attract=positive or repulse=negative) */ public class GravityPoint { public GravityPoint(Vector3 v, DoubleVar force) { } }