Uses of Class
org.apache.commons.geometry.euclidean.threed.SphericalCoordinates
Packages that use SphericalCoordinates
Package
Description
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 SphericalCoordinatesModifier and TypeMethodDescriptionstatic 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 SphericalCoordinatesParse the given string and return a newSphericalCoordinatesinstance.