All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----relaaja.netlayout.VGJ.DPoint3
public double xy
public double yz
public double z
public DPoint3()DPoint3
public DPoint3(double x_in, double y_in, double z_in)DPoint3
public DPoint3(DPoint3 init)
public boolean equals(DPoint3 other)move
public void move(double new_x, double new_y, double new_z)move
public void move(DPoint3 newpt)translate
public void translate(double x_shift, double y_shift, double z_shift)transform
public void transform(Matrix44 matrix)
All Packages Class Hierarchy This Package Previous Next Index