Uses of Class
javax.media.ding3d.vecmath.Point3d

Packages that use Point3d
javax.media.ding3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
javax.media.ding3d.audioengines Provides abstract classes for creating Java 3D audio devices. 
javax.media.ding3d.audioengines.javasound Provides a JavaSound-based implementation of a Java 3D audio device. 
javax.media.ding3d.internal   
javax.media.ding3d.utils.behaviors.picking Deprecated: Use javax.media.ding3d.utils.behaviors.sensor Provides 6DOF sensor behavior classes. 
javax.media.ding3d.utils.behaviors.vp Provides ViewPlatform navigation utility classes. 
javax.media.ding3d.utils.compression Deprecated: Use javax.media.ding3d.utils.geometry Provides geometry construction, triangulation, and optimization utility classes. 
javax.media.ding3d.utils.geometry.compression Provides compressed geometry utility classes. 
javax.media.ding3d.utils.pickfast Provides picking utility classes for the new core picking methods. 
javax.media.ding3d.utils.picking OBSOLETE: provides picking utility classes for the old picking methods. 
javax.media.ding3d.utils.scenegraph.io.retained   
javax.media.ding3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
javax.media.ding3d.vecmath Provides 3D vector mathematics classes. 
 

Uses of Point3d in javax.media.ding3d
 

Fields in javax.media.ding3d declared as Point3d
 Point3d CompressedGeometryHeader.lowerBound
          Deprecated. A point that defines the lower bound of the x, y, and z components for all positions in the compressed geometry buffer.
 Point3d CompressedGeometryHeader.upperBound
          Deprecated. A point that defines the upper bound of the x, y, and z components for all positions in the compressed geometry buffer.
 

Methods in javax.media.ding3d that return Point3d
 Point3d PickInfo.getClosestIntersectionPoint()
          Retrieves the reference to the closest intersection point in this PickInfo object.
 Point3d[] GeometryArray.getCoordRef3d()
          Deprecated. As of Java 3D version 1.3, use geometry by-copy for Point3d arrays
 Point3d PickInfo.IntersectionInfo.getIntersectionPoint()
          Retrieves the reference to the intersection point in the pickable node.
 

Methods in javax.media.ding3d with parameters of type Point3d
abstract  void Bounds.combine(Point3d point)
          Combines this bounding object with a point.
 void BoundingSphere.combine(Point3d point)
          Combines this bounding sphere with a point.
 void BoundingPolytope.combine(Point3d point)
          Combines this bounding polytope with a point.
 void BoundingBox.combine(Point3d point)
          Combines this bounding box with a point so that the resulting bounding box encloses the original bounding box and the point.
abstract  void Bounds.combine(Point3d[] points)
          Combines this bounding object with an array of points.
 void BoundingSphere.combine(Point3d[] points)
          Combines this bounding sphere with an array of points.
 void BoundingPolytope.combine(Point3d[] points)
          Combines this bounding polytope with an array of points.
 void BoundingBox.combine(Point3d[] points)
          Combines this bounding box with an array of points so that the resulting bounding box encloses the original bounding box and the array of points.
 void PickPoint.get(Point3d location)
          Deprecated. Gets the position of this PickPoint.
 void PickSegment.get(Point3d start, Point3d end)
          Gets the parameters from this PickSegment.
 void PickRay.get(Point3d origin, Vector3d direction)
          Retrieves the parameters from this PickRay.
 void BoundingSphere.getCenter(Point3d center)
          Returns the position of this bounding sphere as a point.
 void Canvas3D.getCenterEyeInImagePlate(Point3d position)
          Retrieves the actual position of the center eye in image-plate coordinates and copies that value into the object provided.
 void GeometryArray.getCoordinate(int index, Point3d coordinate)
          Gets the coordinate associated with the vertex at the specified index for this object.
 void GeometryArray.getCoordinates(int index, Point3d[] coordinates)
          Gets the coordinates associated with the vertices starting at the specified index for this object.
 void PickCylinderSegment.getEnd(Point3d end)
          Gets the end point of this PickCylinderSegment.
 void PickConeSegment.getEnd(Point3d end)
          Gets the end point of this PickConeSegment.
 void Sensor.getHotspot(Point3d hotspot)
          Get the sensor's hotspot in this sensor's coordinate system.
 void PhysicalBody.getLeftEarPosition(Point3d position)
          Retrieves the user head object's left ear position and places that value in the specified object.
 void Canvas3D.getLeftEyeInImagePlate(Point3d position)
          Retrieves the actual position of the left eye in image-plate coordinates and copies that value into the object provided.
 void PhysicalBody.getLeftEyePosition(Point3d position)
          Retrieves the user head object's left eye position and places that value in the specified object.
 void View.getLeftManualEyeInCoexistence(Point3d position)
          Retrieves the position of the user-specified, manual left eye in coexistence coordinates and copies that value into the object provided.
 void Canvas3D.getLeftManualEyeInImagePlate(Point3d position)
          Retrieves the position of the user-specified, manual left eye in image-plate coordinates and copies that value into the object provided.
 void BoundingBox.getLower(Point3d p1)
          Gets the lower corner of this bounding box.
 void PickCylinder.getOrigin(Point3d origin)
          Gets the origin point of this cylinder object.
 void PickCone.getOrigin(Point3d origin)
          Gets the origin of this PickCone.
 void Canvas3D.getPixelLocationFromImagePlate(Point3d imagePlatePoint, Point2d pixelLocation)
          Projects the specified point from image plate coordinates into AWT pixel coordinates.
 void Canvas3D.getPixelLocationInImagePlate(int x, int y, Point3d imagePlatePoint)
          Computes the position of the specified AWT pixel value in image-plate coordinates and copies that value into the object provided.
 void Canvas3D.getPixelLocationInImagePlate(Point2d pixelLocation, Point3d imagePlatePoint)
          Computes the position of the specified AWT pixel value in image-plate coordinates and copies that value into the object provided.
 void PhysicalBody.getRightEarPosition(Point3d position)
          Retrieves the user head object's right ear position and places that value in the specified object.
 void Canvas3D.getRightEyeInImagePlate(Point3d position)
          Retrieves the actual position of the right eye in image-plate coordinates and copies that value into the object provided.
 void PhysicalBody.getRightEyePosition(Point3d position)
          Retrieves the user head object's right eye position and places that value in the specified object.
 void View.getRightManualEyeInCoexistence(Point3d position)
          Retrieves the position of the user-specified, manual right eye in coexistence coordinates and copies that value into the object provided.
 void Canvas3D.getRightManualEyeInImagePlate(Point3d position)
          Retrieves the position of the user-specified, manual right eye in image-plate coordinates and copies that value into the object provided.
 void View.getSensorHotspotInVworld(Sensor sensor, Point3d position)
          Retrieves the position of the specified Sensor's hotspot in virtual-world coordinates and copies that value into the position provided.
 void BoundingBox.getUpper(Point3d p1)
          Gets the upper corner of this bounding box.
abstract  boolean Bounds.intersect(Point3d point)
          Test for intersection with a point.
 boolean BoundingSphere.intersect(Point3d point)
          Test for intersection with a point.
 boolean BoundingPolytope.intersect(Point3d point)
          Test for intersection with a point.
 boolean BoundingBox.intersect(Point3d point)
          Test for intersection with a point.
abstract  boolean Bounds.intersect(Point3d origin, Vector3d direction)
          Test for intersection with a ray.
 boolean BoundingSphere.intersect(Point3d origin, Vector3d direction)
          Test for intersection with a ray.
 boolean BoundingPolytope.intersect(Point3d origin, Vector3d direction)
          Test for intersection with a ray.
 boolean BoundingBox.intersect(Point3d origin, Vector3d direction)
          Test for intersection with a ray.
 void Transform3D.lookAt(Point3d eye, Point3d center, Vector3d up)
          Helping function that specifies the position and orientation of a view matrix.
 void PickPoint.set(Point3d location)
          Deprecated. Sets the position of this PickPoint to the specified value.
 void PickSegment.set(Point3d start, Point3d end)
          Sets the parameters of this PickSegment to the specified values.
 void PickCylinderSegment.set(Point3d origin, Point3d end, double radius)
          Sets the parameters of this PickCylinderSegment to the specified values.
 void PickConeSegment.set(Point3d origin, Point3d end, double spreadAngle)
          Sets the parameters of this PickCone to the specified values.
 void PickRay.set(Point3d origin, Vector3d direction)
          Sets the parameters of this PickRay to the specified values.
 void PickCylinderRay.set(Point3d origin, Vector3d direction, double radius)
          Sets the parameters of this PickCylinderRay to the specified values.
 void PickConeRay.set(Point3d origin, Vector3d direction, double spreadAngle)
          Sets the parameters of this PickCone to the specified values.
 void BoundingSphere.setCenter(Point3d center)
          Sets the position of this bounding sphere from a point.
 void GeometryArray.setCoordinate(int index, Point3d coordinate)
          Sets the coordinate associated with the vertex at the specified index for this object.
 void GeometryArray.setCoordinates(int index, Point3d[] coordinates)
          Sets the coordinates associated with the vertices starting at the specified index for this object.
 void GeometryArray.setCoordinates(int index, Point3d[] coordinates, int start, int length)
          Sets the coordinates associated with the vertices starting at the specified index for this object using coordinate data starting from vertex index start for length vertices.
 void GeometryArray.setCoordRef3d(Point3d[] coords)
          Deprecated. As of Java 3D version 1.3, use geometry by-copy for Point3d arrays
 void Sensor.setHotspot(Point3d hotspot)
          Set the sensor's hotspot in this sensor's coordinate system.
 void PhysicalBody.setLeftEarPosition(Point3d position)
          Sets the user head object's left ear position.
 void PhysicalBody.setLeftEyePosition(Point3d position)
          Sets the user head object's left eye position.
 void View.setLeftManualEyeInCoexistence(Point3d position)
          Sets the position of the manual left eye in coexistence coordinates.
 void Canvas3D.setLeftManualEyeInImagePlate(Point3d position)
          Sets the position of the manual left eye in image-plate coordinates.
 void BoundingBox.setLower(Point3d p1)
          Sets the lower corner of this bounding box.
 void AudioDevice3D.setPosition(int index, Point3d position)
          Sets this sound's location (in Local coordinates) from specified Point.
 void PhysicalBody.setRightEarPosition(Point3d position)
          Sets the user head object's right ear position.
 void PhysicalBody.setRightEyePosition(Point3d position)
          Sets the user head object's right eye position.
 void View.setRightManualEyeInCoexistence(Point3d position)
          Sets the position of the manual right eye in coexistence coordinates.
 void Canvas3D.setRightManualEyeInImagePlate(Point3d position)
          Sets the position of the manual right eye in image-plate coordinates.
 void BoundingBox.setUpper(Point3d p1)
          Sets the upper corner of this bounding box.
 void Transform3D.transform(Point3d point)
          Transforms the point parameter with this transform and places the result back into point.
 void Transform3D.transform(Point3d point, Point3d pointOut)
          Transforms the point parameter with this transform and places the result into pointOut.
 

Constructors in javax.media.ding3d with parameters of type Point3d
BoundingBox(Point3d lower, Point3d upper)
          Constructs and initializes a BoundingBox given min,max in x,y,z.
BoundingSphere(Point3d center, double radius)
          Constructs and initializes a BoundingSphere from a center and radius.
PhysicalBody(Point3d leftEyePosition, Point3d rightEyePosition)
          Constructs and initializes a PhysicalBody object from the specified parameters.
PhysicalBody(Point3d leftEyePosition, Point3d rightEyePosition, Point3d leftEarPosition, Point3d rightEarPosition)
          Constructs and initializes a PhysicalBody object from the specified parameters.
PickConeRay(Point3d origin, Vector3d direction, double spreadAngle)
          Constructs an infinite cone pick shape from the specified parameters.
PickConeSegment(Point3d origin, Point3d end, double spreadAngle)
          Constructs a finite cone pick shape from the specified parameters.
PickCylinderRay(Point3d origin, Vector3d direction, double radius)
          Constructs an infinite cylindrical ray pick shape from the specified parameters.
PickCylinderSegment(Point3d origin, Point3d end, double radius)
          Constructs a finite cylindrical segment pick shape from the specified parameters.
PickPoint(Point3d location)
          Deprecated. Constructs a PickPoint from the specified parameter.
PickRay(Point3d origin, Vector3d direction)
          Constructs an infinite ray pick shape from the specified parameters.
PickSegment(Point3d start, Point3d end)
          Constructs a line segment pick shape from the specified parameters.
Sensor(InputDevice device, int sensorReadCount, int sensorButtonCount, Point3d hotspot)
          Constructs a Sensor object for the specified input device using the specified number of SensorRead objects, number of buttons, and hotspot.
Sensor(InputDevice device, int sensorReadCount, Point3d hotspot)
          Constructs a Sensor object for the specified input device using the specified number of SensorRead objects and hotspot.
Sensor(InputDevice device, Point3d hotspot)
          Constructs a Sensor object for the specified input device using the specified hotspot.
 

Uses of Point3d in javax.media.ding3d.audioengines
 

Methods in javax.media.ding3d.audioengines with parameters of type Point3d
 void AudioEngine3D.setPosition(int index, Point3d position)
          Set location of sample.
 void Sample.setPosition(Point3d position)
           
 

Uses of Point3d in javax.media.ding3d.audioengines.javasound
 

Methods in javax.media.ding3d.audioengines.javasound with parameters of type Point3d
 void JavaSoundMixer.setPosition(int index, Point3d position)
           
 

Uses of Point3d in javax.media.ding3d.internal
 

Methods in javax.media.ding3d.internal with parameters of type Point3d
static double Distance.pointToRay(Point3d pt, Point3d rayorig, Vector3d raydir)
          Minimum pt to ray distance.
static double Distance.pointToRay(Point3d pt, Point3d rayorig, Vector3d raydir, Point3d rayint, double[] param)
          Minimum pt to ray distance.
static double Distance.pointToSegment(Point3d pt, Point3d segstart, Point3d segend)
          Minimum pt to segment distance.
static double Distance.pointToSegment(Point3d pt, Point3d segstart, Point3d segend, Point3d segint, double[] param)
          Minimum pt to segment distance.
static double Distance.rayToRay(Point3d ray0orig, Vector3d ray0dir, Point3d ray1orig, Vector3d ray1dir)
          Minimum ray to ray distance.
static double Distance.rayToRay(Point3d ray0orig, Vector3d ray0dir, Point3d ray1orig, Vector3d ray1dir, Point3d ray0int, Point3d ray1int, double[] param)
          Minimum ray to ray distance.
static double Distance.rayToSegment(Point3d rayorig, Vector3d raydir, Point3d segstart, Point3d segend)
          Minimum ray to segment distance.
static double Distance.rayToSegment(Point3d rayorig, Vector3d raydir, Point3d segstart, Point3d segend, Point3d rayint, Point3d segint, double[] param)
          Minimum ray to segment distance.
static double Distance.segmentToSegment(Point3d seg0start, Point3d seg0end, Point3d seg1start, Point3d seg1end)
          Minimum segment to segment distance.
static double Distance.segmentToSegment(Point3d seg0start, Point3d seg0end, Point3d seg1start, Point3d seg1end, Point3d seg0int, Point3d seg1int, double[] param)
          Minimum segment to segment distance.
 

Uses of Point3d in javax.media.ding3d.utils.behaviors.picking
 

Methods in javax.media.ding3d.utils.behaviors.picking with parameters of type Point3d
static boolean Intersect.pointAndLine(PickPoint point, Point3d[] coordinates, int index)
          Deprecated. Determines if the PickPoint and Line objects intersect.
static boolean Intersect.pointAndPoint(PickPoint point, Point3d pnt)
          Deprecated. Determines if the PickPoint and Point3d objects intersect.
static boolean Intersect.rayAndLine(PickRay ray, Point3d[] coordinates, int index, double[] dist)
          Deprecated. Determines if the PickRay and Line objects intersect.
static boolean Intersect.rayAndPoint(PickRay ray, Point3d pnt, double[] dist)
          Deprecated. Determines if the PickRay and Point3d objects intersect.
static boolean Intersect.rayAndQuad(PickRay ray, Point3d[] coordinates, int index, double[] dist)
          Deprecated. Determines if the PickRay and quadrilateral objects intersect.
static boolean Intersect.rayAndTriangle(PickRay ray, Point3d[] coordinates, int index, double[] dist)
          Deprecated. Return true if triangle intersects with ray and the distance, from the origin of ray to the intersection point, is stored in dist[0].
static boolean Intersect.segmentAndLine(PickSegment segment, Point3d[] coordinates, int index, double[] dist)
          Deprecated. Determines if the PickSegment and Line objects intersect.
static boolean Intersect.segmentAndPoint(PickSegment segment, Point3d pnt, double[] dist)
          Deprecated. Determines if the PickSegment and Point3d objects intersect.
static boolean Intersect.segmentAndQuad(PickSegment segment, Point3d[] coordinates, int index, double[] dist)
          Deprecated. Caluates the intersection between a PickSegment object and a quadrilateral.
static boolean Intersect.segmentAndTriangle(PickSegment segment, Point3d[] coordinates, int index, double[] dist)
          Deprecated. Caluates the intersection between a PickSegment object and a triangle.
 

Uses of Point3d in javax.media.ding3d.utils.behaviors.sensor
 

Constructors in javax.media.ding3d.utils.behaviors.sensor with parameters of type Point3d
SensorBeamEcho(Point3d hotspot, double baseWidth, boolean enableLighting)
          Creates a SensorBeamEcho.
 

Uses of Point3d in javax.media.ding3d.utils.behaviors.vp
 

Methods in javax.media.ding3d.utils.behaviors.vp with parameters of type Point3d
 void OrbitBehavior.getRotationCenter(Point3d center)
          Places the value of the center around which the View rotates into the Point3d.
 void WandViewBehavior.getTransformCenter(Point3d center)
          Gets the rotation/scale center in virtual world coordinates.
 void OrbitBehavior.setRotationCenter(Point3d center)
          Sets the center around which the View rotates.
 void WandViewBehavior.setTransformCenter(Point3d center)
          Sets the center of rotation and scale if setTransformCenterSource is called with VWORLD_FIXED or if a 6DOF sensor is not specified.
 

Uses of Point3d in javax.media.ding3d.utils.compression
 

Methods in javax.media.ding3d.utils.compression that return Point3d
 Point3d[] CompressionStream.getModelBounds()
          Deprecated. Get the original bounds of the coordinate data, in modeling coordinates.
 Point3d[] CompressionStream.getNormalizedBounds()
          Deprecated. Get the bounds of the compressed object in normalized coordinates.
 

Uses of Point3d in javax.media.ding3d.utils.geometry
 

Methods in javax.media.ding3d.utils.geometry with parameters of type Point3d
 void GeometryInfo.setCoordinates(Point3d[] coordinates)
          Sets the coordinates array.
 

Uses of Point3d in javax.media.ding3d.utils.geometry.compression
 

Fields in javax.media.ding3d.utils.geometry.compression declared as Point3d
 Point3d CompressedGeometryData.Header.lowerBound
          A point that defines the lower bound of the x, y, and z components for all positions in the compressed geometry buffer.
 Point3d CompressedGeometryData.Header.upperBound
          A point that defines the upper bound of the x, y, and z components for all positions in the compressed geometry buffer.
 

Methods in javax.media.ding3d.utils.geometry.compression that return Point3d
 Point3d[] CompressionStream.getModelBounds()
          Get the original bounds of the coordinate data, in modeling coordinates.
 Point3d[] CompressionStream.getNormalizedBounds()
          Get the bounds of the compressed object in normalized coordinates.
 

Uses of Point3d in javax.media.ding3d.utils.pickfast
 

Methods in javax.media.ding3d.utils.pickfast that return Point3d
 Point3d PickIntersection.getClosestVertexCoordinates()
          Get coordinates of closest vertex (local)
 Point3d PickIntersection.getClosestVertexCoordinatesVW()
          Get coordinates of closest vertex (world)
 Point3d PickIntersection.getPointCoordinates()
          Returns the coordinates of the intersection point (local coordinates), if available.
 Point3d PickIntersection.getPointCoordinatesVW()
          Returns the coordinates of the intersection point (world coordinates), if available.
 Point3d[] PickIntersection.getPrimitiveCoordinates()
          Get the local coordinates intersected primitive
 Point3d[] PickIntersection.getPrimitiveCoordinatesVW()
          Get VWorld coordinates of the intersected primitive
 Point3d PickTool.getStartPosition()
          Returns the start postion used for distance measurement.
 

Methods in javax.media.ding3d.utils.pickfast with parameters of type Point3d
 void PickTool.setShape(PickShape ps, Point3d startPt)
          Sets the pick shape to a user-provided PickShape object
 void PickTool.setShapeBounds(Bounds bounds, Point3d startPt)
          Sets the pick shape to use a user-provided Bounds object
 void PickTool.setShapeConeRay(Point3d start, Vector3d dir, double angle)
          Sets the pick shape to an infinite PickCone.
 void PickTool.setShapeConeSegment(Point3d start, Point3d end, double angle)
          Sets the pick shape to a capped PickCone
 void PickTool.setShapeCylinderRay(Point3d start, Vector3d dir, double radius)
          Sets the pick shape to an infinite PickCylinder.
 void PickTool.setShapeCylinderSegment(Point3d start, Point3d end, double radius)
          Sets the pick shape to a capped PickCylinder
 void PickTool.setShapeRay(Point3d start, Vector3d dir)
          Sets the pick shape to a PickRay.
 void PickTool.setShapeSegment(Point3d start, Point3d end)
          Sets the pick shape to a PickSegment.
 

Uses of Point3d in javax.media.ding3d.utils.picking
 

Methods in javax.media.ding3d.utils.picking that return Point3d
 Point3d PickIntersection.getClosestVertexCoordinates()
          Get coordinates of closest vertex (local)
 Point3d PickIntersection.getClosestVertexCoordinatesVW()
          Get coordinates of closest vertex (world)
 Point3d PickIntersection.getPointCoordinates()
          Returns the coordinates of the intersection point (local coordinates), if available.
 Point3d PickIntersection.getPointCoordinatesVW()
          Returns the coordinates of the intersection point (world coordinates), if available.
 Point3d[] PickIntersection.getPrimitiveCoordinates()
          Get the local coordinates intersected primitive
 Point3d[] PickIntersection.getPrimitiveCoordinatesVW()
          Get VWorld coordinates of the intersected primitive
 Point3d PickTool.getStartPosition()
          Returns the start postion used for distance measurement.
 

Methods in javax.media.ding3d.utils.picking with parameters of type Point3d
 PickIntersection PickResult.getClosestIntersection(Point3d pt)
          Gets the PickIntersection in this PickResult that is closest to a point
 void PickTool.setShape(PickShape ps, Point3d startPt)
          Sets the pick shape to a user-provided PickShape object
 void PickTool.setShapeBounds(Bounds bounds, Point3d startPt)
          Sets the pick shape to use a user-provided Bounds object
 void PickTool.setShapeConeRay(Point3d start, Vector3d dir, double angle)
          Sets the pick shape to an infinite PickCone.
 void PickTool.setShapeConeSegment(Point3d start, Point3d end, double angle)
          Sets the pick shape to a capped PickCone
 void PickTool.setShapeCylinderRay(Point3d start, Vector3d dir, double radius)
          Sets the pick shape to an infinite PickCylinder.
 void PickTool.setShapeCylinderSegment(Point3d start, Point3d end, double radius)
          Sets the pick shape to a capped PickCylinder
 void PickTool.setShapeRay(Point3d start, Vector3d dir)
          Sets the pick shape to a PickRay.
 void PickTool.setShapeSegment(Point3d start, Point3d end)
          Sets the pick shape to a PickSegment.
 

Uses of Point3d in javax.media.ding3d.utils.scenegraph.io.retained
 

Methods in javax.media.ding3d.utils.scenegraph.io.retained that return Point3d
 Point3d Controller.readPoint3d(java.io.DataInput in)
           
 

Methods in javax.media.ding3d.utils.scenegraph.io.retained with parameters of type Point3d
 void Controller.writePoint3d(java.io.DataOutput out, Point3d pt)
           
 

Uses of Point3d in javax.media.ding3d.utils.universe
 

Methods in javax.media.ding3d.utils.universe with parameters of type Point3d
 void ViewInfo.getPhysicalLocation(Canvas3D c3d, Point3d location)
          Gets the location of the specified canvas relative to the image plate origin.
 void ViewInfo.getPixelLocationInImagePlate(Canvas3D c3d, int x, int y, Point3d location)
          Gets the location of the AWT pixel value and copies it into the specified Point3d.
 

Uses of Point3d in javax.media.ding3d.vecmath
 

Methods in javax.media.ding3d.vecmath with parameters of type Point3d
 double Point3d.distance(Point3d p1)
          Returns the distance between this point and point p1.
 double Point3d.distanceL1(Point3d p1)
          Computes the L-1 (Manhattan) distance between this point and point p1.
 double Point3d.distanceLinf(Point3d p1)
          Computes the L-infinite distance between this point and point p1.
 double Point3d.distanceSquared(Point3d p1)
          Returns the square of the distance between this point and point p1.
 void Matrix4d.transform(Point3d point)
          Transforms the point parameter with this Matrix4d and places the result back into point.
 void Matrix4d.transform(Point3d point, Point3d pointOut)
          Transforms the point parameter with this Matrix4d and places the result into pointOut.
 

Constructors in javax.media.ding3d.vecmath with parameters of type Point3d
Point3d(Point3d p1)
          Constructs and initializes a Point3d from the specified Point3d.
Point3f(Point3d p1)
          Constructs and initializes a Point3f from the specified Point3d.