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 SphericalCoordinates
SphericalCoordinates. fromCartesian(double x, double y, double z)
Convert the given set of Cartesian coordinates to spherical coordinates.static SphericalCoordinates
SphericalCoordinates. fromCartesian(Vector3D vec)
Convert the given set of Cartesian coordinates to spherical coordinates.static SphericalCoordinates
SphericalCoordinates. of(double radius, double azimuth, double polar)
Return a new instance with the given spherical coordinate values.static SphericalCoordinates
SphericalCoordinates. parse(java.lang.String input)
Parse the given string and return a newSphericalCoordinates
instance.
-