All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.netlayout.VGJ.DPoint3

java.lang.Object
   |
   +----relaaja.netlayout.VGJ.DPoint3

public class DPoint3
extends Object
A class for holding a real 3D position.

Here is the source.

Author:
Larry Barowski

Variable Index

 o x
 o y
 o z

Constructor Index

 o DPoint3()
 o DPoint3(double, double, double)
 o DPoint3(DPoint3)

Method Index

 o equals(DPoint3)
 o move(double, double, double)
 o move(DPoint3)
 o transform(Matrix44)
 o translate(double, double, double)

Variables

 o x
 public double x
 o y
 public double y
 o z
 public double z

Constructors

 o DPoint3
 public DPoint3()
 o DPoint3
 public DPoint3(double x_in,
                double y_in,
                double z_in)
 o DPoint3
 public DPoint3(DPoint3 init)

Methods

 o equals
 public boolean equals(DPoint3 other)
 o move
 public void move(double new_x,
                  double new_y,
                  double new_z)
 o move
 public void move(DPoint3 newpt)
 o translate
 public void translate(double x_shift,
                       double y_shift,
                       double z_shift)
 o transform
 public void transform(Matrix44 matrix)

All Packages  Class Hierarchy  This Package  Previous  Next  Index