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 OrientedPoint2d
OrientedPoint2d. abs()
Return a new Point with absolute coordinate values.OrientedPoint2d
OrientedPoint2d. interpolate(OrientedPoint2d otherPoint, double fraction)
Interpolate towards another Point with a fraction.OrientedPoint2d
OrientedPoint2d. neg()
Return a new Point with negated coordinate values.OrientedPoint2d
OrientedPoint2d. normalize()
Return a new Point with a distance of 1 to the origin.OrientedPoint2d
OrientedPoint2d. rotate(double rotateZ)
Return a new OrientedPoint with an in-place rotation around the z-axis by the provided delta.OrientedPoint2d
OrientedPoint2d. scale(double factor)
Return a new Point with the coordinates of this point scaled by the provided factor.OrientedPoint2d
OrientedPoint2d. 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 boolean
OrientedPoint2d. epsilonEquals(OrientedPoint2d other, double epsilonCoordinate, double epsilonRotation)
Compare this Oriented with another Oriented with specified tolerances in the coordinates and the angles.OrientedPoint2d
OrientedPoint2d. interpolate(OrientedPoint2d otherPoint, double fraction)
Interpolate towards another Point with a fraction.
-