math.geom3d
Interface Shape3D

All Known Implementing Classes:
Point3D

public interface Shape3D

Author:
dlegland

Field Summary
static double ACCURACY
           
 
Method Summary
 double getDistance(Point3D p)
          get the distance of the shape to the given point, or the distance of point to the frontier of the shape in the case of a plain shape.
 Shape3D transform(AffineTransform3D trans)
           
 

Field Detail

ACCURACY

static final double ACCURACY
See Also:
Constant Field Values
Method Detail

getDistance

double getDistance(Point3D p)
get the distance of the shape to the given point, or the distance of point to the frontier of the shape in the case of a plain shape.


transform

Shape3D transform(AffineTransform3D trans)