Uses of Class
org.apache.commons.geometry.euclidean.twod.PolarCoordinates
Packages that use PolarCoordinates
Package
Description
This package provides basic 2D geometry components.
This package provides basic geometry components on the 1-sphere.
-
Uses of PolarCoordinates in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return PolarCoordinatesModifier and TypeMethodDescriptionstatic PolarCoordinatesPolarCoordinates.fromCartesian(double x, double y) Convert the given Cartesian coordinates to polar form.static PolarCoordinatesPolarCoordinates.fromCartesian(Vector2D vec) Convert the given Cartesian coordinates to polar form.static PolarCoordinatesPolarCoordinates.of(double radius, double azimuth) Return a new instance with the given polar coordinate values.static PolarCoordinatesParse the given string and return a new polar coordinates instance. -
Uses of PolarCoordinates in org.apache.commons.geometry.spherical.oned
Methods in org.apache.commons.geometry.spherical.oned with parameters of type PolarCoordinatesModifier and TypeMethodDescriptionstatic Point1SPoint1S.from(PolarCoordinates polar) Create a new point instance containing an azimuth value equal to that of the given set of polar coordinates.