Package | Description |
---|---|
org.scijava.java3d |
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.
|
org.scijava.java3d.audioengines |
Provides abstract classes for creating Java 3D audio devices.
|
org.scijava.java3d.audioengines.javasound |
Provides a JavaSound-based implementation of a Java 3D audio device.
|
org.scijava.java3d.internal | |
org.scijava.java3d.utils.behaviors.picking |
Deprecated: Use
org.scijava.java3d.utils.pickfast.behaviors
instead. |
org.scijava.java3d.utils.behaviors.sensor |
Provides 6DOF sensor behavior classes.
|
org.scijava.java3d.utils.behaviors.vp |
Provides ViewPlatform navigation utility classes.
|
org.scijava.java3d.utils.compression |
Deprecated: Use
org.scijava.java3d.utils.geometry.compression
instead. |
org.scijava.java3d.utils.geometry |
Provides geometry construction, triangulation, and optimization
utility classes.
|
org.scijava.java3d.utils.geometry.compression |
Provides compressed geometry utility classes.
|
org.scijava.java3d.utils.pickfast |
Provides picking utility classes for the new core picking methods.
|
org.scijava.java3d.utils.picking |
OBSOLETE: provides picking utility classes for the old
picking methods.
|
org.scijava.java3d.utils.scenegraph.io.retained | |
org.scijava.java3d.utils.universe |
Provides utility classes for setting up the Java 3D universe,
including the viewing configuration.
|
org.scijava.vecmath |
Provides 3D vector mathematics classes.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract void |
Bounds.getCenter(Point3d center)
Gets the centroid of this bounding region.
|
void |
BoundingSphere.getCenter(Point3d center)
Returns the position of this bounding sphere as a point.
|
void |
BoundingPolytope.getCenter(Point3d center) |
void |
BoundingBox.getCenter(Point3d center) |
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AudioEngine3D.setPosition(int index,
Point3d position)
Set location of sample.
|
void |
Sample.setPosition(Point3d position) |
Modifier and Type | Method and Description |
---|---|
void |
JavaSoundMixer.setPosition(int index,
Point3d position) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
SensorBeamEcho(Point3d hotspot,
double baseWidth,
boolean enableLighting)
Creates a SensorBeamEcho.
|
Modifier and Type | Method and Description |
---|---|
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. |
protected void |
WandViewBehavior.ListenerBase.transformAboutCenter(Transform3D target,
Point3d center,
Transform3D transform)
Transforms the target coordinate system about a center point.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GeometryInfo.setCoordinates(Point3d[] coordinates)
Sets the coordinates array.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Point3d |
Controller.readPoint3d(DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.writePoint3d(DataOutput out,
Point3d pt) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Point3d(Point3d p1)
Constructs and initializes a Point3d from the specified Point3d.
|
Point3f(Point3d p1)
Constructs and initializes a Point3f from the specified Point3d.
|
Copyright © 2016–2022 SciJava. All rights reserved.