Uses of Class
nl.tudelft.simulation.language.d3.SphericalPoint
Packages that use SphericalPoint
Package
Description
The 3d package provides a set of utility classes for 3-dimensional operations.
-
Uses of SphericalPoint in nl.tudelft.simulation.language.d3
Methods in nl.tudelft.simulation.language.d3 that return SphericalPointModifier and TypeMethodDescriptionCartesianPoint.toSphericalPoint()
converts the point to a sperical point.static SphericalPoint
CartesianPoint.toSphericalPoint
(CartesianPoint point) converts a cartesian point to a sperical point.Methods in nl.tudelft.simulation.language.d3 with parameters of type SphericalPointModifier and TypeMethodDescriptionstatic CartesianPoint
SphericalPoint.toCartesianPoint
(SphericalPoint point) converts a spherical point to a Cartesian point.