Uses of Class
org.anchoranalysis.spatial.point.Vector3d
Packages that use Vector3d
Package
Description
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 Vector3d in org.anchoranalysis.spatial.orientation
Methods in org.anchoranalysis.spatial.orientation that return Vector3dModifier and TypeMethodDescriptionDirectionVector.asVector3d()
Converts to aVector3d
representation.OrientationAxisAngle.getAxis()
Axis part of axis-angle orientation (should be normalized).Constructors in org.anchoranalysis.spatial.orientation with parameters of type Vector3dModifierConstructorDescriptionOrientationAxisAngle
(Vector3d axis, double angle) Creates a newOrientationAxisAngle
instance. -
Uses of Vector3d in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Vector3dModifier and TypeMethodDescriptionVector3d.crossProduct
(Vector3d other) Computes the cross-product of the tuple with another.Methods in org.anchoranalysis.spatial.point with parameters of type Vector3dModifier and TypeMethodDescriptionVector3d.crossProduct
(Vector3d other) Computes the cross-product of the tuple with another.