Uses of Class
org.anchoranalysis.spatial.point.Tuple3d
Packages that use Tuple3d
Package
Description
Classes to describe the size of images or components of images both in voxels and physically.
Various methods to specify the orientation (general direction) of an entity.
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
-
Uses of Tuple3d in org.anchoranalysis.image.core.dimensions
Constructors in org.anchoranalysis.image.core.dimensions with parameters of type Tuple3d -
Uses of Tuple3d in org.anchoranalysis.spatial.orientation
Methods in org.anchoranalysis.spatial.orientation with parameters of type Tuple3dModifier and TypeMethodDescriptionRotationMatrix.rotatePoint(Tuple3d point) Performs a rotation on a single point, encoded as aPoint3d.Constructors in org.anchoranalysis.spatial.orientation with parameters of type Tuple3dModifierConstructorDescriptionDirectionVector(Tuple3d vector) Creates reusingTuple3dinternally for the dimension's values. -
Uses of Tuple3d in org.anchoranalysis.spatial.point
Classes in org.anchoranalysis.spatial.point with type parameters of type Tuple3dModifier and TypeClassDescriptionfinal classComparator3d<T extends Tuple3d>Imposes an ordering on any sub-type ofTuple3d.Subclasses of Tuple3d in org.anchoranalysis.spatial.pointModifier and TypeClassDescriptionfinal classA three-dimensional point of double values.final classA three-dimensional vector of double values.Methods in org.anchoranalysis.spatial.point with parameters of type Tuple3dModifier and TypeMethodDescriptionfinal voidArithmetically adds aTuple3d's values across each dimension.final doubleTuple3d.dotProduct(Tuple3d other) Computes the dot-product of the tuple with another.static Point3dPoint3d.immutableAdd(Tuple3d tuple1, Tuple3d tuple2) Adds two tuples immutably.static Point3dPoint3d.immutableScale(Tuple3d tuple, int factor) Scales a tuple immutably.static Point3dPoint3d.immutableSubtract(Tuple3d tuple, Tuple3d toSubtract) static Point3dPoint3d.immutableSubtract(Tuple3i tuple, Tuple3d toSubtract) final voidIncrements each component's value by the corresponding value in aTuple3d.Element-wise maximum between this point and another.Element-wise minimum between this point and another.final voidArithmetically subtract aTuple3d's values across each dimension.Constructors in org.anchoranalysis.spatial.point with parameters of type Tuple3d