Uses of Class
org.anchoranalysis.spatial.point.Vector3d
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.orientation |
Various methods to specify the orientation (general direction) of an entity.
|
| org.anchoranalysis.spatial.point |
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 Vector3d Modifier and Type Method Description Vector3dDirectionVector. asVector3d()Converts to aVector3drepresentation.Vector3dOrientationAxisAngle. getAxis()Axis part of axis-angle orientation (should be normalized).Constructors in org.anchoranalysis.spatial.orientation with parameters of type Vector3d Constructor Description OrientationAxisAngle(Vector3d axis, double angle) -
Uses of Vector3d in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Vector3d Modifier and Type Method Description Vector3dVector3d. crossProduct(Vector3d other)Computes the cross-product of the tuple with another.Methods in org.anchoranalysis.spatial.point with parameters of type Vector3d Modifier and Type Method Description Vector3dVector3d. crossProduct(Vector3d other)Computes the cross-product of the tuple with another.