org.jmol.util
public class Point3fi extends Point3f
Modifier and Type | Field and Description |
---|---|
int |
index |
short |
modelIndex |
short |
screenDiameter |
int |
screenX |
int |
screenY |
int |
screenZ |
Constructor and Description |
---|
Point3fi() |
Point3fi(float x,
float y,
float z) |
Point3fi(Point3f pt) |
distance, distanceL1, distanceLinf, distanceSquared, project
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getX, getY, getZ, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, setX, setY, setZ, sub, sub, toString
public int index
public int screenX
public int screenY
public int screenZ
public short screenDiameter
public short modelIndex
public Point3fi()
public Point3fi(Point3f pt)
public Point3fi(float x, float y, float z)