Uses of Class
org.djutils.draw.point.OrientedPoint2d
- 
Packages that use OrientedPoint2d Package Description org.djutils.draw.point The d0 package provides a set of interfaces and implementations of Points. - 
- 
Uses of OrientedPoint2d in org.djutils.draw.point
Methods in org.djutils.draw.point that return OrientedPoint2d Modifier and Type Method Description OrientedPoint2dOrientedPoint2d. abs()Return a new Point with absolute coordinate values.OrientedPoint2dOrientedPoint2d. interpolate(OrientedPoint2d otherPoint, double fraction)Interpolate towards another Point with a fraction.OrientedPoint2dOrientedPoint2d. neg()Return a new Point with negated coordinate values.OrientedPoint2dOrientedPoint2d. normalize()Return a new Point with a distance of 1 to the origin.OrientedPoint2dOrientedPoint2d. rotate(double rotateZ)Return a new OrientedPoint2d with an in-place rotation around the z-axis by the provided delta.OrientedPoint2dOrientedPoint2d. scale(double factor)Return a new Point with the coordinates of this point scaled by the provided factor.OrientedPoint2dOrientedPoint2d. translate(double dx, double dy)Return a new Point with a translation by the provided dx and dy.Methods in org.djutils.draw.point that return types with arguments of type OrientedPoint2d Modifier and Type Method Description Iterator<? extends OrientedPoint2d>OrientedPoint2d. getPoints()Retrieve, or generate all points that make up the object.Methods in org.djutils.draw.point with parameters of type OrientedPoint2d Modifier and Type Method Description booleanOrientedPoint2d. epsilonEquals(OrientedPoint2d other, double epsilonCoordinate, double epsilonRotation)Compare this Oriented with another Oriented with specified tolerances in the coordinates and the angles.OrientedPoint2dOrientedPoint2d. interpolate(OrientedPoint2d otherPoint, double fraction)Interpolate towards another Point with a fraction. 
 -