Uses of Class
org.anchoranalysis.spatial.orientation.DirectionVector
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.orientation |
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 DirectionVector Modifier and Type Method Description static 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.