Uses of Class
org.djutils.draw.point.OrientedPoint3d
Packages that use OrientedPoint3d
Package
Description
The djutils-draw point package provides a set of interfaces and implementations of Points.
-
Uses of OrientedPoint3d in org.djutils.draw.point
Methods in org.djutils.draw.point that return OrientedPoint3dModifier and TypeMethodDescriptionOrientedPoint3d.abs()OrientedPoint3d.interpolate(OrientedPoint3d otherPoint, double fraction) Interpolate towards another OrientedPoint3d with a fraction.OrientedPoint3d.neg()OrientedPoint3d.normalize()OrientedPoint3d.rotate(double rotateZ) Return a new OrientedPoint3d with an in-place rotation around the z-axis by the provided rotateZ.OrientedPoint3d.rotate(double rotateX, double rotateY, double rotateZ) Return a new OrientedPoint3d point with an in-place rotation by the provided rotateX, rotateY, and rotateZ.OrientedPoint3d.scale(double factor) OrientedPoint3d.translate(double dX, double dY) OrientedPoint3d.translate(double dX, double dY, double dZ) Methods in org.djutils.draw.point with parameters of type OrientedPoint3dModifier and TypeMethodDescriptionbooleanOrientedPoint3d.epsilonEquals(OrientedPoint3d other, double epsilonCoordinate, double epsilonRotation) Compare this Directed with another Directed with specified tolerances in the coordinates and the angles.OrientedPoint3d.interpolate(OrientedPoint3d otherPoint, double fraction) Interpolate towards another OrientedPoint3d with a fraction.