hmi.physics
Class AABoxFitter

java.lang.Object
  extended by hmi.physics.AABoxFitter

public class AABoxFitter
extends Object

Auto-fits an axis aligned bounding box around some points

Author:
welberge

Field Summary
 float[] center
           
 float[] half_extends
           
 
Constructor Summary
AABoxFitter()
           
 
Method Summary
 void fit(float[] vertices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

center

public float[] center

half_extends

public float[] half_extends
Constructor Detail

AABoxFitter

public AABoxFitter()
Method Detail

fit

public void fit(float[] vertices)