Uses of Class
org.anchoranalysis.spatial.orientation.DirectionVector
Packages that use DirectionVector
Package
Description
Various methods to specify the orientation (general direction) of an entity.
-
Uses of DirectionVector in org.anchoranalysis.spatial.orientation
Methods in org.anchoranalysis.spatial.orientation that return DirectionVectorModifier and TypeMethodDescriptionstatic DirectionVectorDirectionVector.createBetweenTwoPoints(Point3d point1, Point3d point2) Creates aDirectionVectorrepresenting the direction between two points of typePoint3d.static DirectionVectorDirectionVector.createBetweenTwoPoints(Point3i point1, Point3i point2) Creates aDirectionVectorrepresenting the direction between two points of typePoint3i.