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 Vector3d
Vector3d. crossProduct(Vector3d v1, Vector3d v2)
Deprecated.Computes the cross product of the two vectors.Vector3d
Vector3d. minus(Vector3d v)
Deprecated.Returns the result of the subtraction of this vector with another vector.Vector3d
Vector3d. normalize()
Deprecated.Returns a normalized vector with same direction as this vectorVector3d
Vector3d. plus(Vector3d v)
Deprecated.Returns the result of the addition of this vector with another vector.Vector3d
Vector3d. 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 boolean
Vector3d. 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 double
Vector3d. angle(Vector3d v1, Vector3d v2)
Deprecated.Computes the angle between two 3D vectors.static Vector3d
Vector3d. crossProduct(Vector3d v1, Vector3d v2)
Deprecated.Computes the cross product of the two vectors.static double
Vector3d. dotProduct(Vector3d v1, Vector3d v2)
Deprecated.Computes the dot product of two vectors, defined by:Vector3d
Vector3d. minus(Vector3d v)
Deprecated.Returns the result of the subtraction of this vector with another vector.Vector3d
Vector3d. plus(Vector3d v)
Deprecated.Returns the result of the addition of this vector with another vector.