Uses of Class
org.apache.commons.geometry.euclidean.threed.SphericalCoordinates
-
Packages that use SphericalCoordinates Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of SphericalCoordinates in org.apache.commons.geometry.euclidean.threed
Methods in org.apache.commons.geometry.euclidean.threed that return SphericalCoordinates Modifier and Type Method Description static SphericalCoordinatesSphericalCoordinates. fromCartesian(double x, double y, double z)Convert the given set of Cartesian coordinates to spherical coordinates.static SphericalCoordinatesSphericalCoordinates. fromCartesian(Vector3D vec)Convert the given set of Cartesian coordinates to spherical coordinates.static SphericalCoordinatesSphericalCoordinates. of(double radius, double azimuth, double polar)Return a new instance with the given spherical coordinate values.static SphericalCoordinatesSphericalCoordinates. parse(java.lang.String input)Parse the given string and return a newSphericalCoordinatesinstance.
-