Uses of Class
inra.ijpb.measure.Vector3d
| Package | Description |
|---|---|
| inra.ijpb.measure |
Quantitative measurements on 2D and 3D images.
|
-
Uses of Vector3d in inra.ijpb.measure
Methods in inra.ijpb.measure that return Vector3d Modifier and Type Method Description static Vector3dVector3d. crossProduct(Vector3d v1, Vector3d v2)Deprecated.Computes the cross product of the two vectors.Vector3dVector3d. minus(Vector3d v)Deprecated.Returns the result of the subtraction of this vector with another vector.Vector3dVector3d. normalize()Deprecated.Returns a normalized vector with same direction as this vectorVector3dVector3d. plus(Vector3d v)Deprecated.Returns the result of the addition of this vector with another vector.Vector3dVector3d. times(double k)Deprecated.Returns the result of the multiplication of this vector with a scalar value.Methods in inra.ijpb.measure with parameters of type Vector3d Modifier and Type Method Description booleanVector3d. almostEquals(Vector3d v, double eps)Deprecated.Checks if this vector is close to the given vector, by checking each coordinate using the given threshold.static doubleVector3d. angle(Vector3d v1, Vector3d v2)Deprecated.Computes the angle between two 3D vectors.static Vector3dVector3d. crossProduct(Vector3d v1, Vector3d v2)Deprecated.Computes the cross product of the two vectors.static doubleVector3d. dotProduct(Vector3d v1, Vector3d v2)Deprecated.Computes the dot product of two vectors, defined by:Vector3dVector3d. minus(Vector3d v)Deprecated.Returns the result of the subtraction of this vector with another vector.Vector3dVector3d. plus(Vector3d v)Deprecated.Returns the result of the addition of this vector with another vector.