Uses of Class
nl.tudelft.simulation.language.d3.SphericalPoint
-
Packages that use SphericalPoint Package Description nl.tudelft.simulation.language.d3 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 SphericalPoint Modifier and Type Method Description SphericalPointCartesianPoint. toSphericalPoint()converts the point to a sperical point.static SphericalPointCartesianPoint. toSphericalPoint(CartesianPoint point)converts a cartesian point to a sperical point.Methods in nl.tudelft.simulation.language.d3 with parameters of type SphericalPoint Modifier and Type Method Description static CartesianPointSphericalPoint. toCartesianPoint(SphericalPoint point)converts a spherical point to a Cartesian point.
-