Uses of Class
org.djutils.draw.point.OrientedPoint3d
Packages that use OrientedPoint3d
Package
Description
The d0 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 that return types with arguments of type OrientedPoint3dMethods in org.djutils.draw.point with parameters of type OrientedPoint3dModifier and TypeMethodDescriptionboolean
OrientedPoint3d.epsilonEquals
(OrientedPoint3d other, double epsilonCoordinate, double epsilonRotation) OrientedPoint3d.interpolate
(OrientedPoint3d otherPoint, double fraction) Interpolate towards another OrientedPoint3d with a fraction.