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 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
Parse the given string and return a newSphericalCoordinates
instance.