Uses of Class
ij3d.geom.Point3D

Packages that use Point3D
ij3d.geom   
ij3d.image3d   
 

Uses of Point3D in ij3d.geom
 

Subclasses of Point3D in ij3d.geom
 class ColorPoint3D
          Description of the Class
 class Pixel3D
          Description of the Class
 class Sphere3D
          Class Sphere3D Simple class to define a sphere in 3D space
 class Vector3D
          Vecteur 3D
 

Methods in ij3d.geom that return Point3D
 Point3D ColorPoint3D.getPosition()
          Gets the position attribute of the Point3D object
 Point3D Point3D.getPosition()
          Gets the position attribute of the Point3D object
 

Methods in ij3d.geom with parameters of type Point3D
 void ObjectCreator3D.createLine(Point3D P1, Point3D P2, float val, int rad)
           
 double ColorPoint3D.distance(Point3D other)
          Description of the Method
 double Point3D.distance(Point3D other)
          Description of the Method
 double ColorPoint3D.distanceSquare(Point3D other)
          Description of the Method
 double Point3D.distanceSquare(Point3D other)
          Description of the Method
 double Object3D.distPixelBorder(Point3D P)
           
 

Constructors in ij3d.geom with parameters of type Point3D
Point3D(Point3D P)
          Constructor for the Point3D object
Vector3D(Point3D P)
           
 

Uses of Point3D in ij3d.image3d
 

Methods in ij3d.image3d with parameters of type Point3D
 int IntImage3D.getPixel(Point3D point, boolean interpolate)
          Gets the pixel attribute of the IntImage3D object