public class MyBounds
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
javax.vecmath.Point3f |
center |
javax.vecmath.Point3f |
lower |
javax.vecmath.Point3f |
upper |
float |
widthX |
float |
widthY |
float |
widthZ |
Constructor and Description |
---|
MyBounds() |
MyBounds(Atom_3D[] allPoints) |
MyBounds(javax.vecmath.Point3f[] allPoints) |
MyBounds(java.util.Vector<Atom_3D> allPoints) |
Modifier and Type | Method and Description |
---|---|
MyBounds |
copy() |
void |
normalize() |
void |
scale(float scale) |
public javax.vecmath.Point3f lower
public javax.vecmath.Point3f upper
public javax.vecmath.Point3f center
public float widthX
public float widthY
public float widthZ
public MyBounds()
public MyBounds(javax.vecmath.Point3f[] allPoints)
public MyBounds(Atom_3D[] allPoints)
public MyBounds(java.util.Vector<Atom_3D> allPoints)
public void normalize()
public void scale(float scale)
public MyBounds copy()